Shades of Puerto Rico #5EBDAC
Tints of Puerto Rico #5EBDAC
RGB
CMYK
RGB Variations
Color information
#5EBDAC (or 0x5EBDAC) is known color: Puerto Rico. HEX triplet: 5E, BD and AC. RGB value is (94,189,172). Sum of RGB (Red+Green+Blue) = 94+189+172=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDAC is #A14253. Grayscale: #9E9E9E. Windows color (decimal): -10568276 or 11320670. OLE color: 11320670.
HSL color Cylindrical-coordinate representation of color #5EBDAC: hue angle of 169.26º 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 #5EBDAC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 172 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.26 |
| HSL | 169.26º | 0.42% | 0.55% | - |
| HSV(B) | 169.26º | 0.5% | 0.74% | - |
| XYZ | 30.26 | 41.75 | 45.49 | - |
| YUV | 158.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 172 | 0.50 | 0 | 0.09 | 0.26 | 169.26 | 0.42 | 0.55 |
| Hex | 5E | BD | AC | 32 | 0 | 9 | 1A | A9 | 2A | 37 |
| Octal | 136 | 275 | 254 | 62 | 0 | 11 | 32 | 251 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10101100 | 110010 | 0 | 1001 | 11010 | 10101001 | 101010 | 110111 |
Color Harmonies of #5EBDAC
Complementary color
Monochromatic Colors of #5EBDAC
Black with #5EBDAC
Text Example
Text Example
White with #5EBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDAC; }
p { color: rgb(94,189,172); }
H1.HeaderClassName
{
color: #5EBDAC;
}
.AnyTagClassName
{
color: #5EBDAC;
}
</style>
background-color css
<style>
a { background-color: #5EBDAC; }
a { background-color: rgb(94,189,172); }
div.DivClassName
{
background-color: #5EBDAC;
}
.BgClassName
{
background-color: #5EBDAC;
}
</style>
border-color css
<style>
span { border-color: #5EBDAC; }
span { border-color: rgb(94,189,172); }
td.TdClassName
{
border-color: #5EBDAC;
}
.TagClassName
{
border-color: #5EBDAC;
}
</style>