Shades of Caribbean Green #09BD93
Tints of Caribbean Green #09BD93
RGB
CMYK
RGB Variations
Color information
#09BD93 (or 0x09BD93) is known color: Caribbean Green. HEX triplet: 09, BD and 93. RGB value is (9,189,147). Sum of RGB (Red+Green+Blue) = 9+189+147=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BD93 is #F6426C. Grayscale: #828282. Windows color (decimal): -16138861 or 9682185. OLE color: 9682185.
HSL color Cylindrical-coordinate representation of color #09BD93: hue angle of 166º 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 #09BD93 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 147 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.26 |
| HSL | 166º | 0.91% | 0.39% | - |
| HSV(B) | 166º | 0.95% | 0.74% | - |
| XYZ | 23.58 | 38.56 | 33.8 | - |
| YUV | 130.39 | 137.37 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 147 | 0.95 | 0 | 0.22 | 0.26 | 166 | 0.91 | 0.39 |
| Hex | 9 | BD | 93 | 5F | 0 | 16 | 1A | A6 | 5B | 27 |
| Octal | 11 | 275 | 223 | 137 | 0 | 26 | 32 | 246 | 133 | 47 |
| Binary | 1001 | 10111101 | 10010011 | 1011111 | 0 | 10110 | 11010 | 10100110 | 1011011 | 100111 |
Color Harmonies of #09BD93
Complementary color
Monochromatic Colors of #09BD93
Black with #09BD93
Text Example
Text Example
White with #09BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD93; }
p { color: rgb(9,189,147); }
H1.HeaderClassName
{
color: #09BD93;
}
.AnyTagClassName
{
color: #09BD93;
}
</style>
background-color css
<style>
a { background-color: #09BD93; }
a { background-color: rgb(9,189,147); }
div.DivClassName
{
background-color: #09BD93;
}
.BgClassName
{
background-color: #09BD93;
}
</style>
border-color css
<style>
span { border-color: #09BD93; }
span { border-color: rgb(9,189,147); }
td.TdClassName
{
border-color: #09BD93;
}
.TagClassName
{
border-color: #09BD93;
}
</style>