#5EBAA1

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

Shades of Puerto Rico #5EBAA1

Tints of Puerto Rico #5EBAA1

Color information

#5EBAA1 (or 0x5EBAA1) is unknown color: approx Puerto Rico. HEX triplet: 5E, BA and A1. RGB value is (94,186,161). Sum of RGB (Red+Green+Blue) = 94+186+161=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAA1 is #A1455E. Grayscale: #9B9B9B. Windows color (decimal): -10569055 or 10599006. OLE color: 10599006.

HSL color Cylindrical-coordinate representation of color #5EBAA1: hue angle of 163.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBAA1 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB94186161-
CMYK0.4900.130.27
HSL163.7º40%54.9%-
HSV(B)163.7º49.46%72.94%-
XYZ28.6140.0739.94-
YUV155.64131.0284.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.32%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=21.32%
G=42.18%
B=36.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941861610.4900.130.27163.74054.9
Hex5EBAA1310D1Ba42837
Octal13627224161015332445067
Binary10111101011101010100001110001011011101110100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,161); }

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

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

 a { background-color: rgb(94,186,161); }

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

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

 span { border-color: rgb(94,186,161); }

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