Shades of Puerto Rico #4ABDAE
Tints of Puerto Rico #4ABDAE
RGB
CMYK
RGB Variations
Color information
#4ABDAE (or 0x4ABDAE) is known color: Puerto Rico. HEX triplet: 4A, BD and AE. RGB value is (74,189,174). Sum of RGB (Red+Green+Blue) = 74+189+174=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABDAE is #B54251. Grayscale: #989898. Windows color (decimal): -11878994 or 11451722. OLE color: 11451722.
HSL color Cylindrical-coordinate representation of color #4ABDAE: hue angle of 172.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDAE is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 174 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.26 |
| HSL | 172.17º | 0.47% | 0.52% | - |
| HSV(B) | 172.17º | 0.61% | 0.74% | - |
| XYZ | 28.66 | 40.91 | 46.43 | - |
| YUV | 152.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 174 | 0.61 | 0 | 0.08 | 0.26 | 172.17 | 0.47 | 0.52 |
| Hex | 4A | BD | AE | 3D | 0 | 8 | 1A | AC | 2F | 34 |
| Octal | 112 | 275 | 256 | 75 | 0 | 10 | 32 | 254 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10101110 | 111101 | 0 | 1000 | 11010 | 10101100 | 101111 | 110100 |
Color Harmonies of #4ABDAE
Complementary color
Monochromatic Colors of #4ABDAE
Black with #4ABDAE
Text Example
Text Example
White with #4ABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDAE; }
p { color: rgb(74,189,174); }
H1.HeaderClassName
{
color: #4ABDAE;
}
.AnyTagClassName
{
color: #4ABDAE;
}
</style>
background-color css
<style>
a { background-color: #4ABDAE; }
a { background-color: rgb(74,189,174); }
div.DivClassName
{
background-color: #4ABDAE;
}
.BgClassName
{
background-color: #4ABDAE;
}
</style>
border-color css
<style>
span { border-color: #4ABDAE; }
span { border-color: rgb(74,189,174); }
td.TdClassName
{
border-color: #4ABDAE;
}
.TagClassName
{
border-color: #4ABDAE;
}
</style>