#5EBEA6

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

Shades of Puerto Rico #5EBEA6

Tints of Puerto Rico #5EBEA6

Color information

#5EBEA6 (or 0x5EBEA6) is unknown color: approx Puerto Rico. HEX triplet: 5E, BE and A6. RGB value is (94,190,166). Sum of RGB (Red+Green+Blue) = 94+190+166=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEA6 is #A14159. Grayscale: #9E9E9E. Windows color (decimal): -10568026 or 10927710. OLE color: 10927710.

HSL color Cylindrical-coordinate representation of color #5EBEA6: hue angle of 165º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBEA6 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB94190166-
CMYK0.5100.130.25
HSL165º42.48%55.69%-
HSV(B)165º50.53%74.51%-
XYZ29.9141.9642.6-
YUV158.56132.281.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=20.89%
G=42.22%
B=36.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941901660.5100.130.2516542.4855.69
Hex5EBEA6330D19a52a38
Octal13627624663015312455270
Binary10111101011111010100110110011011011100110100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,190,166); }

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

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

 a { background-color: rgb(94,190,166); }

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

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

 span { border-color: rgb(94,190,166); }

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