#5EBDA4

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

Shades of Puerto Rico #5EBDA4

Tints of Puerto Rico #5EBDA4

Color information

#5EBDA4 (or 0x5EBDA4) is unknown color: approx Puerto Rico. HEX triplet: 5E, BD and A4. RGB value is (94,189,164). Sum of RGB (Red+Green+Blue) = 94+189+164=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDA4 is #A1425B. Grayscale: #9D9D9D. Windows color (decimal): -10568284 or 10796382. OLE color: 10796382.

HSL color Cylindrical-coordinate representation of color #5EBDA4: hue angle of 164.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDA4 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB94189164-
CMYK0.5000.130.26
HSL164.21º41.85%55.49%-
HSV(B)164.21º50.26%74.12%-
XYZ29.5141.4641.57-
YUV157.74131.5382.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.03%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=21.03%
G=42.28%
B=36.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891640.5000.130.26164.2141.8555.49
Hex5EBDA4320D1Aa42a37
Octal13627524462015322445267
Binary10111101011110110100100110010011011101010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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