#5EBDB2

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

Shades of Puerto Rico #5EBDB2

Tints of Puerto Rico #5EBDB2

Color information

#5EBDB2 (or 0x5EBDB2) is unknown color: approx Puerto Rico. HEX triplet: 5E, BD and B2. RGB value is (94,189,178). Sum of RGB (Red+Green+Blue) = 94+189+178=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDB2 is #A1424D. Grayscale: #9F9F9F. Windows color (decimal): -10568270 or 11713886. OLE color: 11713886.

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

Color convert

RGB94189178-
CMYK0.5000.060.26
HSL173.05º41.85%55.49%-
HSV(B)173.05º50.26%74.12%-
XYZ30.8541.9948.6-
YUV159.34138.5381.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.39%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=20.39%
G=41.00%
B=38.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891780.5000.060.26173.0541.8555.49
Hex5EBDB232061Aad2a37
Octal1362752626206322555267
Binary1011110101111011011001011001001101101010101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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