#5EBAA4

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

Shades of Puerto Rico #5EBAA4

Tints of Puerto Rico #5EBAA4

Color information

#5EBAA4 (or 0x5EBAA4) is unknown color: approx Puerto Rico. HEX triplet: 5E, BA and A4. RGB value is (94,186,164). Sum of RGB (Red+Green+Blue) = 94+186+164=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAA4 is #A1455B. Grayscale: #9B9B9B. Windows color (decimal): -10569052 or 10795614. OLE color: 10795614.

HSL color Cylindrical-coordinate representation of color #5EBAA4: hue angle of 165.65º 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 #5EBAA4 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB94186164-
CMYK0.4900.120.27
HSL165.65º40%54.9%-
HSV(B)165.65º49.46%72.94%-
XYZ28.8840.1841.36-
YUV155.98132.5283.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.17%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=21.17%
G=41.89%
B=36.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941861640.4900.120.27165.654054.9
Hex5EBAA4310C1Ba62837
Octal13627224461014332465067
Binary10111101011101010100100110001011001101110100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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