#5CB9AD

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

Shades of Puerto Rico #5CB9AD

Tints of Puerto Rico #5CB9AD

Color information

#5CB9AD (or 0x5CB9AD) is unknown color: approx Puerto Rico. HEX triplet: 5C, B9 and AD. RGB value is (92,185,173). Sum of RGB (Red+Green+Blue) = 92+185+173=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB9AD is #A34652. Grayscale: #9B9B9B. Windows color (decimal): -10700371 or 11385180. OLE color: 11385180.

HSL color Cylindrical-coordinate representation of color #5CB9AD: hue angle of 172.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB9AD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB92185173-
CMYK0.5000.060.27
HSL172.26º39.91%54.31%-
HSV(B)172.26º50.27%72.55%-
XYZ29.3139.9945.71-
YUV155.83137.6982.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.44%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=20.44%
G=41.11%
B=38.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851730.5000.060.27172.2639.9154.31
Hex5CB9AD32061Bac2836
Octal1342712556206332545066
Binary1011100101110011010110111001001101101110101100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,173); }

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

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

 a { background-color: rgb(92,185,173); }

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

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

 span { border-color: rgb(92,185,173); }

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