#4CB5B0

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

Shades of Puerto Rico #4CB5B0

Tints of Puerto Rico #4CB5B0

Color information

#4CB5B0 (or 0x4CB5B0) is unknown color: approx Puerto Rico. HEX triplet: 4C, B5 and B0. RGB value is (76,181,176). Sum of RGB (Red+Green+Blue) = 76+181+176=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB5B0 is #B34A4F. Grayscale: #949494. Windows color (decimal): -11749968 or 11580748. OLE color: 11580748.

HSL color Cylindrical-coordinate representation of color #4CB5B0: hue angle of 177.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB5B0 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB76181176-
CMYK0.5800.030.29
HSL177.14º41.5%50.39%-
HSV(B)177.14º58.01%70.98%-
XYZ27.3437.7246.91-
YUV149.04143.2175.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.55%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=17.55%
G=41.80%
B=40.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761811760.5800.030.29177.1441.550.39
Hex4CB5B03A031Db12a32
Octal1142652607203352615262
Binary100110010110101101100001110100111110110110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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