#5CB5AB

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

Shades of Puerto Rico #5CB5AB

Tints of Puerto Rico #5CB5AB

Color information

#5CB5AB (or 0x5CB5AB) is unknown color: approx Puerto Rico. HEX triplet: 5C, B5 and AB. RGB value is (92,181,171). Sum of RGB (Red+Green+Blue) = 92+181+171=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB5AB is #A34A54. Grayscale: #999999. Windows color (decimal): -10701397 or 11253084. OLE color: 11253084.

HSL color Cylindrical-coordinate representation of color #5CB5AB: hue angle of 173.26º 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 #5CB5AB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB92181171-
CMYK0.4900.060.29
HSL173.26º37.55%53.53%-
HSV(B)173.26º49.17%70.98%-
XYZ28.2938.2644.42-
YUV153.25138.0184.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.72%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=20.72%
G=40.77%
B=38.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921811710.4900.060.29173.2637.5553.53
Hex5CB5AB31061Dad2636
Octal1342652536106352554666
Binary1011100101101011010101111000101101110110101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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