#4CACA2

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

Shades of Puerto Rico #4CACA2

Tints of Puerto Rico #4CACA2

Color information

#4CACA2 (or 0x4CACA2) is unknown color: approx Puerto Rico. HEX triplet: 4C, AC and A2. RGB value is (76,172,162). Sum of RGB (Red+Green+Blue) = 76+172+162=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #4CACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACA2 is #B3535D. Grayscale: #8E8E8E. Windows color (decimal): -11752286 or 10660940. OLE color: 10660940.

HSL color Cylindrical-coordinate representation of color #4CACA2: hue angle of 173.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CACA2 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB76172162-
CMYK0.5600.060.33
HSL173.75º38.71%48.63%-
HSV(B)173.75º55.81%67.45%-
XYZ24.2533.6539.4-
YUV142.16139.280.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.54%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=18.54%
G=41.95%
B=39.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761721620.5600.060.33173.7538.7148.63
Hex4CACA2380621ae2731
Octal1142542427006412564761
Binary10011001010110010100010111000011010000110101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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