#5EC2A7

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

Shades of Puerto Rico #5EC2A7

Tints of Puerto Rico #5EC2A7

Color information

#5EC2A7 (or 0x5EC2A7) is unknown color: approx Puerto Rico. HEX triplet: 5E, C2 and A7. RGB value is (94,194,167). Sum of RGB (Red+Green+Blue) = 94+194+167=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC2A7 is #A13D58. Grayscale: #A1A1A1. Windows color (decimal): -10567001 or 10994270. OLE color: 10994270.

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

Color convert

RGB94194167-
CMYK0.5200.140.24
HSL163.8º45.05%56.47%-
HSV(B)163.8º51.55%76.08%-
XYZ30.8843.7543.38-
YUV161.02131.3780.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.66%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=20.66%
G=42.64%
B=36.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941941670.5200.140.24163.845.0556.47
Hex5EC2A7340E18a42d38
Octal13630224764016302445570
Binary10111101100001010100111110100011101100010100100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,194,167); }

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

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

 a { background-color: rgb(94,194,167); }

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

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

 span { border-color: rgb(94,194,167); }

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