#5FB4A5

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

Shades of Puerto Rico #5FB4A5

Tints of Puerto Rico #5FB4A5

Color information

#5FB4A5 (or 0x5FB4A5) is unknown color: approx Puerto Rico. HEX triplet: 5F, B4 and A5. RGB value is (95,180,165). Sum of RGB (Red+Green+Blue) = 95+180+165=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4A5 is #A04B5A. Grayscale: #989898. Windows color (decimal): -10505051 or 10859615. OLE color: 10859615.

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

Color convert

RGB95180165-
CMYK0.4700.080.29
HSL169.41º36.17%53.92%-
HSV(B)169.41º47.22%70.59%-
XYZ27.8337.7941.42-
YUV152.88134.8486.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.59%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=21.59%
G=40.91%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801650.4700.080.29169.4136.1753.92
Hex5FB4A52F081Da92436
Octal13726424557010352514466
Binary10111111011010010100101101111010001110110101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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