#4CBBB5

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

Shades of Puerto Rico #4CBBB5

Tints of Puerto Rico #4CBBB5

Color information

#4CBBB5 (or 0x4CBBB5) is unknown color: approx Puerto Rico. HEX triplet: 4C, BB and B5. RGB value is (76,187,181). Sum of RGB (Red+Green+Blue) = 76+187+181=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBB5 is #B3444A. Grayscale: #999999. Windows color (decimal): -11748427 or 11909964. OLE color: 11909964.

HSL color Cylindrical-coordinate representation of color #4CBBB5: hue angle of 176.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBBB5 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB76187181-
CMYK0.5900.030.27
HSL176.76º44.94%51.57%-
HSV(B)176.76º59.36%73.33%-
XYZ29.0940.4149.98-
YUV153.13143.7372.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.12%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=17.12%
G=42.12%
B=40.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761871810.5900.030.27176.7644.9451.57
Hex4CBBB53B031Bb12d34
Octal1142732657303332615564
Binary100110010111011101101011110110111101110110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,181); }

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

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

 a { background-color: rgb(76,187,181); }

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

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

 span { border-color: rgb(76,187,181); }

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