#4CB4AC

Color #4CB4AC Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4CB4AC

Tints of Puerto Rico #4CB4AC

Color information

#4CB4AC (or 0x4CB4AC) is unknown color: approx Puerto Rico. HEX triplet: 4C, B4 and AC. RGB value is (76,180,172). Sum of RGB (Red+Green+Blue) = 76+180+172=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB4AC is #B34B53. Grayscale: #939393. Windows color (decimal): -11750228 or 11318348. OLE color: 11318348.

HSL color Cylindrical-coordinate representation of color #4CB4AC: hue angle of 175.38º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB4AC is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB76180172-
CMYK0.5800.040.29
HSL175.38º40.94%50.2%-
HSV(B)175.38º57.78%70.59%-
XYZ26.7537.1644.79-
YUV147.99141.5476.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 17.76%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=17.76%
G=42.06%
B=40.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761801720.5800.040.29175.3840.9450.2
Hex4CB4AC3A041Daf2932
Octal1142642547204352575162
Binary1001100101101001010110011101001001110110101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB4AC; }

 p { color: rgb(76,180,172); }

 H1.HeaderClassName
 {
   color: #4CB4AC;
 }
 .AnyTagClassName
 {
   color: #4CB4AC;
 }
</style>
background-color css

<style>
 a { background-color: #4CB4AC; }

 a { background-color: rgb(76,180,172); }

 div.DivClassName
 {
   background-color: #4CB4AC;
 }
 .BgClassName
 {
   background-color: #4CB4AC;
 }
</style>
border-color css

<style>
 span { border-color: #4CB4AC; }

 span { border-color: rgb(76,180,172); }

 td.TdClassName
 {
   border-color: #4CB4AC;
 }
 .TagClassName
 {
   border-color: #4CB4AC;
 }
</style>