#5EBDA3

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

Shades of Puerto Rico #5EBDA3

Tints of Puerto Rico #5EBDA3

Color information

#5EBDA3 (or 0x5EBDA3) is unknown color: approx Puerto Rico. HEX triplet: 5E, BD and A3. RGB value is (94,189,163). Sum of RGB (Red+Green+Blue) = 94+189+163=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDA3 is #A1425C. Grayscale: #9D9D9D. Windows color (decimal): -10568285 or 10730846. OLE color: 10730846.

HSL color Cylindrical-coordinate representation of color #5EBDA3: hue angle of 163.58º 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 #5EBDA3 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB94189163-
CMYK0.5000.140.26
HSL163.58º41.85%55.49%-
HSV(B)163.58º50.26%74.12%-
XYZ29.4241.4241.09-
YUV157.63131.0382.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.08%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=21.08%
G=42.38%
B=36.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891630.5000.140.26163.5841.8555.49
Hex5EBDA3320E1Aa42a37
Octal13627524362016322445267
Binary10111101011110110100011110010011101101010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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