Shades of Puerto Rico #4BAD9D
Tints of Puerto Rico #4BAD9D
RGB
CMYK
RGB Variations
Color information
#4BAD9D (or 0x4BAD9D) is known color: Puerto Rico. HEX triplet: 4B, AD and 9D. RGB value is (75,173,157). Sum of RGB (Red+Green+Blue) = 75+173+157=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD9D is #B45262. Grayscale: #8D8D8D. Windows color (decimal): -11817571 or 10333515. OLE color: 10333515.
HSL color Cylindrical-coordinate representation of color #4BAD9D: hue angle of 170.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD9D is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 157 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.32 |
| HSL | 170.2º | 0.4% | 0.49% | - |
| HSV(B) | 170.2º | 0.57% | 0.68% | - |
| XYZ | 23.93 | 33.82 | 37.16 | - |
| YUV | 141.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 157 | 0.57 | 0 | 0.09 | 0.32 | 170.2 | 0.4 | 0.49 |
| Hex | 4B | AD | 9D | 39 | 0 | 9 | 20 | AA | 28 | 31 |
| Octal | 113 | 255 | 235 | 71 | 0 | 11 | 40 | 252 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10011101 | 111001 | 0 | 1001 | 100000 | 10101010 | 101000 | 110001 |
Color Harmonies of #4BAD9D
Complementary color
Monochromatic Colors of #4BAD9D
Black with #4BAD9D
Text Example
Text Example
White with #4BAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD9D; }
p { color: rgb(75,173,157); }
H1.HeaderClassName
{
color: #4BAD9D;
}
.AnyTagClassName
{
color: #4BAD9D;
}
</style>
background-color css
<style>
a { background-color: #4BAD9D; }
a { background-color: rgb(75,173,157); }
div.DivClassName
{
background-color: #4BAD9D;
}
.BgClassName
{
background-color: #4BAD9D;
}
</style>
border-color css
<style>
span { border-color: #4BAD9D; }
span { border-color: rgb(75,173,157); }
td.TdClassName
{
border-color: #4BAD9D;
}
.TagClassName
{
border-color: #4BAD9D;
}
</style>