Shades of Puerto Rico #4CB0AD
Tints of Puerto Rico #4CB0AD
RGB
CMYK
RGB Variations
Color information
#4CB0AD (or 0x4CB0AD) is known color: Puerto Rico. HEX triplet: 4C, B0 and AD. RGB value is (76,176,173). Sum of RGB (Red+Green+Blue) = 76+176+173=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB0AD is #B34F52. Grayscale: #919191. Windows color (decimal): -11751251 or 11382860. OLE color: 11382860.
HSL color Cylindrical-coordinate representation of color #4CB0AD: hue angle of 178.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB0AD is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 173 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.31 |
| HSL | 178.2º | 0.4% | 0.49% | - |
| HSV(B) | 178.2º | 0.57% | 0.69% | - |
| XYZ | 26.05 | 35.6 | 45.03 | - |
| YUV | 145.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 173 | 0.57 | 0 | 0.02 | 0.31 | 178.2 | 0.4 | 0.49 |
| Hex | 4C | B0 | AD | 39 | 0 | 2 | 1F | B2 | 28 | 31 |
| Octal | 114 | 260 | 255 | 71 | 0 | 2 | 37 | 262 | 50 | 61 |
| Binary | 1001100 | 10110000 | 10101101 | 111001 | 0 | 10 | 11111 | 10110010 | 101000 | 110001 |
Color Harmonies of #4CB0AD
Complementary color
Monochromatic Colors of #4CB0AD
Black with #4CB0AD
Text Example
Text Example
White with #4CB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB0AD; }
p { color: rgb(76,176,173); }
H1.HeaderClassName
{
color: #4CB0AD;
}
.AnyTagClassName
{
color: #4CB0AD;
}
</style>
background-color css
<style>
a { background-color: #4CB0AD; }
a { background-color: rgb(76,176,173); }
div.DivClassName
{
background-color: #4CB0AD;
}
.BgClassName
{
background-color: #4CB0AD;
}
</style>
border-color css
<style>
span { border-color: #4CB0AD; }
span { border-color: rgb(76,176,173); }
td.TdClassName
{
border-color: #4CB0AD;
}
.TagClassName
{
border-color: #4CB0AD;
}
</style>