Shades of Caribbean Green #09BDA4
Tints of Caribbean Green #09BDA4
RGB
CMYK
RGB Variations
Color information
#09BDA4 (or 0x09BDA4) is known color: Caribbean Green. HEX triplet: 09, BD and A4. RGB value is (9,189,164). Sum of RGB (Red+Green+Blue) = 9+189+164=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BDA4 is #F6425B. Grayscale: #848484. Windows color (decimal): -16138844 or 10796297. OLE color: 10796297.
HSL color Cylindrical-coordinate representation of color #09BDA4: hue angle of 171.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDA4 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 164 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.26 |
| HSL | 171.67º | 0.91% | 0.39% | - |
| HSV(B) | 171.67º | 0.95% | 0.74% | - |
| XYZ | 25.01 | 39.13 | 41.36 | - |
| YUV | 132.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 164 | 0.95 | 0 | 0.13 | 0.26 | 171.67 | 0.91 | 0.39 |
| Hex | 9 | BD | A4 | 5F | 0 | D | 1A | AC | 5B | 27 |
| Octal | 11 | 275 | 244 | 137 | 0 | 15 | 32 | 254 | 133 | 47 |
| Binary | 1001 | 10111101 | 10100100 | 1011111 | 0 | 1101 | 11010 | 10101100 | 1011011 | 100111 |
Color Harmonies of #09BDA4
Complementary color
Monochromatic Colors of #09BDA4
Black with #09BDA4
Text Example
Text Example
White with #09BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDA4; }
p { color: rgb(9,189,164); }
H1.HeaderClassName
{
color: #09BDA4;
}
.AnyTagClassName
{
color: #09BDA4;
}
</style>
background-color css
<style>
a { background-color: #09BDA4; }
a { background-color: rgb(9,189,164); }
div.DivClassName
{
background-color: #09BDA4;
}
.BgClassName
{
background-color: #09BDA4;
}
</style>
border-color css
<style>
span { border-color: #09BDA4; }
span { border-color: rgb(9,189,164); }
td.TdClassName
{
border-color: #09BDA4;
}
.TagClassName
{
border-color: #09BDA4;
}
</style>