#4ccbb0

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

Shades of Puerto Rico #4CCBB0

Tints of Puerto Rico #4CCBB0

Color information

#4CCBB0 (or 0x4CCBB0) is unknown color: approx Puerto Rico. HEX triplet: 4C, CB and B0. RGB value is (76,203,176). Sum of RGB (Red+Green+Blue) = 76+203+176=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCBB0 is #B3344F. Grayscale: #A1A1A1. Windows color (decimal): -11744336 or 11586380. OLE color: 11586380.

HSL color Cylindrical-coordinate representation of color #4CCBB0: hue angle of 167.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCBB0 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB76203176-
CMYK0.6300.130.20
HSL167.24º54.98%54.71%-
HSV(B)167.24º62.56%79.61%-
XYZ32.1747.3848.52-
YUV161.95135.9266.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.70%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=16.70%
G=44.62%
B=38.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal762031760.6300.130.20167.2454.9854.71
Hex4CCBB03F0D14a73737
Octal11431326077015242476767
Binary10011001100101110110000111111011011010010100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ccbb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,203,176); }

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

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

 a { background-color: rgb(76,203,176); }

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

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

 span { border-color: rgb(76,203,176); }

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