Shades of Caribbean Green #09BDA3
Tints of Caribbean Green #09BDA3
RGB
CMYK
RGB Variations
Color information
#09BDA3 (or 0x09BDA3) is known color: Caribbean Green. HEX triplet: 09, BD and A3. RGB value is (9,189,163). Sum of RGB (Red+Green+Blue) = 9+189+163=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BDA3 is #F6425C. Grayscale: #848484. Windows color (decimal): -16138845 or 10730761. OLE color: 10730761.
HSL color Cylindrical-coordinate representation of color #09BDA3: hue angle of 171.33º 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 #09BDA3 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 163 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.26 |
| HSL | 171.33º | 0.91% | 0.39% | - |
| HSV(B) | 171.33º | 0.95% | 0.74% | - |
| XYZ | 24.92 | 39.1 | 40.88 | - |
| YUV | 132.22 | 145.37 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 163 | 0.95 | 0 | 0.14 | 0.26 | 171.33 | 0.91 | 0.39 |
| Hex | 9 | BD | A3 | 5F | 0 | E | 1A | AB | 5B | 27 |
| Octal | 11 | 275 | 243 | 137 | 0 | 16 | 32 | 253 | 133 | 47 |
| Binary | 1001 | 10111101 | 10100011 | 1011111 | 0 | 1110 | 11010 | 10101011 | 1011011 | 100111 |
Color Harmonies of #09BDA3
Complementary color
Monochromatic Colors of #09BDA3
Black with #09BDA3
Text Example
Text Example
White with #09BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDA3; }
p { color: rgb(9,189,163); }
H1.HeaderClassName
{
color: #09BDA3;
}
.AnyTagClassName
{
color: #09BDA3;
}
</style>
background-color css
<style>
a { background-color: #09BDA3; }
a { background-color: rgb(9,189,163); }
div.DivClassName
{
background-color: #09BDA3;
}
.BgClassName
{
background-color: #09BDA3;
}
</style>
border-color css
<style>
span { border-color: #09BDA3; }
span { border-color: rgb(9,189,163); }
td.TdClassName
{
border-color: #09BDA3;
}
.TagClassName
{
border-color: #09BDA3;
}
</style>