#5FB5A8

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

Shades of Puerto Rico #5FB5A8

Tints of Puerto Rico #5FB5A8

Color information

#5FB5A8 (or 0x5FB5A8) is unknown color: approx Puerto Rico. HEX triplet: 5F, B5 and A8. RGB value is (95,181,168). Sum of RGB (Red+Green+Blue) = 95+181+168=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB5A8 is #A04A57. Grayscale: #999999. Windows color (decimal): -10504792 or 11056479. OLE color: 11056479.

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

Color convert

RGB95181168-
CMYK0.4800.070.29
HSL170.93º36.75%54.12%-
HSV(B)170.93º47.51%70.98%-
XYZ28.3138.3142.95-
YUV153.8136.0186.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.40%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=21.40%
G=40.77%
B=37.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951811680.4800.070.29170.9336.7554.12
Hex5FB5A830071Dab2536
Octal1372652506007352534566
Binary1011111101101011010100011000001111110110101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,181,168); }

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

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

 a { background-color: rgb(95,181,168); }

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

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

 span { border-color: rgb(95,181,168); }

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