#5fb4a8

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

Shades of Puerto Rico #5FB4A8

Tints of Puerto Rico #5FB4A8

Color information

#5FB4A8 (or 0x5FB4A8) is unknown color: approx Puerto Rico. HEX triplet: 5F, B4 and A8. RGB value is (95,180,168). Sum of RGB (Red+Green+Blue) = 95+180+168=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4A8 is #A04B57. Grayscale: #999999. Windows color (decimal): -10505048 or 11056223. OLE color: 11056223.

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

Color convert

RGB95180168-
CMYK0.4700.070.29
HSL171.53º36.17%53.92%-
HSV(B)171.53º47.22%70.59%-
XYZ28.1137.942.88-
YUV153.22136.3486.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=21.44%
G=40.63%
B=37.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801680.4700.070.29171.5336.1753.92
Hex5FB4A82F071Dac2436
Octal1372642505707352544466
Binary1011111101101001010100010111101111110110101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb4a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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