#4CC0A5

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

Shades of Puerto Rico #4CC0A5

Tints of Puerto Rico #4CC0A5

Color information

#4CC0A5 (or 0x4CC0A5) is unknown color: approx Puerto Rico. HEX triplet: 4C, C0 and A5. RGB value is (76,192,165). Sum of RGB (Red+Green+Blue) = 76+192+165=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0A5 is #B33F5A. Grayscale: #9A9A9A. Windows color (decimal): -11747163 or 10862668. OLE color: 10862668.

HSL color Cylindrical-coordinate representation of color #4CC0A5: hue angle of 166.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC0A5 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB76192165-
CMYK0.6000.140.25
HSL166.03º47.93%52.55%-
HSV(B)166.03º60.42%75.29%-
XYZ28.6241.9542.19-
YUV154.24134.0772.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.55%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=17.55%
G=44.34%
B=38.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761921650.6000.140.25166.0347.9352.55
Hex4CC0A53C0E19a63035
Octal11430024574016312466065
Binary10011001100000010100101111100011101100110100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,192,165); }

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

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

 a { background-color: rgb(76,192,165); }

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

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

 span { border-color: rgb(76,192,165); }

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