#5FC3A6

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

Shades of Puerto Rico #5FC3A6

Tints of Puerto Rico #5FC3A6

Color information

#5FC3A6 (or 0x5FC3A6) is unknown color: approx Puerto Rico. HEX triplet: 5F, C3 and A6. RGB value is (95,195,166). Sum of RGB (Red+Green+Blue) = 95+195+166=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC3A6 is #A03C59. Grayscale: #A1A1A1. Windows color (decimal): -10501210 or 10928991. OLE color: 10928991.

HSL color Cylindrical-coordinate representation of color #5FC3A6: hue angle of 162.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC3A6 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB95195166-
CMYK0.5100.150.24
HSL162.6º45.45%56.86%-
HSV(B)162.6º51.28%76.47%-
XYZ31.1244.2242.97-
YUV161.79130.3780.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=20.83%
G=42.76%
B=36.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951951660.5100.150.24162.645.4556.86
Hex5FC3A6330F18a32d39
Octal13730324663017302435571
Binary10111111100001110100110110011011111100010100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,195,166); }

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

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

 a { background-color: rgb(95,195,166); }

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

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

 span { border-color: rgb(95,195,166); }

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