#5FB9AD

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

Shades of Puerto Rico #5FB9AD

Tints of Puerto Rico #5FB9AD

Color information

#5FB9AD (or 0x5FB9AD) is unknown color: approx Puerto Rico. HEX triplet: 5F, B9 and AD. RGB value is (95,185,173). Sum of RGB (Red+Green+Blue) = 95+185+173=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB9AD is #A04652. Grayscale: #9C9C9C. Windows color (decimal): -10503763 or 11385183. OLE color: 11385183.

HSL color Cylindrical-coordinate representation of color #5FB9AD: hue angle of 172º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB9AD is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB95185173-
CMYK0.4900.060.27
HSL172º39.13%54.9%-
HSV(B)172º48.65%72.55%-
XYZ29.6140.1545.72-
YUV156.72137.1883.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.97%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=20.97%
G=40.84%
B=38.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951851730.4900.060.2717239.1354.9
Hex5FB9AD31061Bac2737
Octal1372712556106332544767
Binary1011111101110011010110111000101101101110101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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