#5CB5A0

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

Shades of Puerto Rico #5CB5A0

Tints of Puerto Rico #5CB5A0

Color information

#5CB5A0 (or 0x5CB5A0) is unknown color: approx Puerto Rico. HEX triplet: 5C, B5 and A0. RGB value is (92,181,160). Sum of RGB (Red+Green+Blue) = 92+181+160=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB5A0 is #A34A5F. Grayscale: #979797. Windows color (decimal): -10701408 or 10532188. OLE color: 10532188.

HSL color Cylindrical-coordinate representation of color #5CB5A0: hue angle of 165.84º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB5A0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB92181160-
CMYK0.4900.120.29
HSL165.84º37.55%53.53%-
HSV(B)165.84º49.17%70.98%-
XYZ27.2837.8639.13-
YUV152132.5185.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.25%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=21.25%
G=41.80%
B=36.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921811600.4900.120.29165.8437.5553.53
Hex5CB5A0310C1Da62636
Octal13426524061014352464666
Binary10111001011010110100000110001011001110110100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB5A0; }

 p { color: rgb(92,181,160); }

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

<style>
 a { background-color: #5CB5A0; }

 a { background-color: rgb(92,181,160); }

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

<style>
 span { border-color: #5CB5A0; }

 span { border-color: rgb(92,181,160); }

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