#5FB5A3

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

Shades of Puerto Rico #5FB5A3

Tints of Puerto Rico #5FB5A3

Color information

#5FB5A3 (or 0x5FB5A3) is unknown color: approx Puerto Rico. HEX triplet: 5F, B5 and A3. RGB value is (95,181,163). Sum of RGB (Red+Green+Blue) = 95+181+163=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB5A3 is #A04A5C. Grayscale: #999999. Windows color (decimal): -10504797 or 10728799. OLE color: 10728799.

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

Color convert

RGB95181163-
CMYK0.4800.100.29
HSL167.44º36.75%54.12%-
HSV(B)167.44º47.51%70.98%-
XYZ27.8538.1240.54-
YUV153.23133.5186.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=21.64%
G=41.23%
B=37.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951811630.4800.100.29167.4436.7554.12
Hex5FB5A3300A1Da72536
Octal13726524360012352474566
Binary10111111011010110100011110000010101110110100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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