#4CC0B4

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

Shades of Puerto Rico #4CC0B4

Tints of Puerto Rico #4CC0B4

Color information

#4CC0B4 (or 0x4CC0B4) is unknown color: approx Puerto Rico. HEX triplet: 4C, C0 and B4. RGB value is (76,192,180). Sum of RGB (Red+Green+Blue) = 76+192+180=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0B4 is #B33F4B. Grayscale: #9B9B9B. Windows color (decimal): -11747148 or 11845708. OLE color: 11845708.

HSL color Cylindrical-coordinate representation of color #4CC0B4: hue angle of 173.79º 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 #4CC0B4 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB76192180-
CMYK0.6000.060.25
HSL173.79º47.93%52.55%-
HSV(B)173.79º60.42%75.29%-
XYZ30.0742.5349.8-
YUV155.95141.5770.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.96%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=16.96%
G=42.86%
B=40.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761921800.6000.060.25173.7947.9352.55
Hex4CC0B43C0619ae3035
Octal1143002647406312566065
Binary1001100110000001011010011110001101100110101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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