#5FB6AD

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

Shades of Puerto Rico #5FB6AD

Tints of Puerto Rico #5FB6AD

Color information

#5FB6AD (or 0x5FB6AD) is unknown color: approx Puerto Rico. HEX triplet: 5F, B6 and AD. RGB value is (95,182,173). Sum of RGB (Red+Green+Blue) = 95+182+173=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB6AD is #A04952. Grayscale: #9A9A9A. Windows color (decimal): -10504531 or 11384415. OLE color: 11384415.

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

Color convert

RGB95182173-
CMYK0.4800.050.29
HSL173.79º37.34%54.31%-
HSV(B)173.79º47.8%71.37%-
XYZ28.9938.9145.52-
YUV154.96138.1885.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=21.11%
G=40.44%
B=38.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951821730.4800.050.29173.7937.3454.31
Hex5FB6AD30051Dae2536
Octal1372662556005352564566
Binary1011111101101101010110111000001011110110101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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