#5CB6AD

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

Shades of Puerto Rico #5CB6AD

Tints of Puerto Rico #5CB6AD

Color information

#5CB6AD (or 0x5CB6AD) is unknown color: approx Puerto Rico. HEX triplet: 5C, B6 and AD. RGB value is (92,182,173). Sum of RGB (Red+Green+Blue) = 92+182+173=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB6AD is #A34952. Grayscale: #9A9A9A. Windows color (decimal): -10701139 or 11384412. OLE color: 11384412.

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

Color convert

RGB92182173-
CMYK0.4900.050.29
HSL174º38.14%53.73%-
HSV(B)174º49.45%71.37%-
XYZ28.6838.7545.5-
YUV154.06138.6883.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.58%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=20.58%
G=40.72%
B=38.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921821730.4900.050.2917438.1453.73
Hex5CB6AD31051Dae2636
Octal1342662556105352564666
Binary1011100101101101010110111000101011110110101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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