Shades of Caribbean Green #18C39B
Tints of Caribbean Green #18C39B
RGB
CMYK
RGB Variations
Color information
#18C39B (or 0x18C39B) is known color: Caribbean Green. HEX triplet: 18, C3 and 9B. RGB value is (24,195,155). Sum of RGB (Red+Green+Blue) = 24+195+155=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #18C39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C39B is #E73C64. Grayscale: #8B8B8B. Windows color (decimal): -15154277 or 10208024. OLE color: 10208024.
HSL color Cylindrical-coordinate representation of color #18C39B: hue angle of 165.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C39B is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 155 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.24 |
| HSL | 165.96º | 0.78% | 0.43% | - |
| HSV(B) | 165.96º | 0.88% | 0.76% | - |
| XYZ | 25.81 | 41.59 | 37.68 | - |
| YUV | 139.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 155 | 0.88 | 0 | 0.21 | 0.24 | 165.96 | 0.78 | 0.43 |
| Hex | 18 | C3 | 9B | 58 | 0 | 15 | 18 | A6 | 4E | 2B |
| Octal | 30 | 303 | 233 | 130 | 0 | 25 | 30 | 246 | 116 | 53 |
| Binary | 11000 | 11000011 | 10011011 | 1011000 | 0 | 10101 | 11000 | 10100110 | 1001110 | 101011 |
Color Harmonies of #18C39B
Complementary color
Monochromatic Colors of #18C39B
Black with #18C39B
Text Example
Text Example
White with #18C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C39B; }
p { color: rgb(24,195,155); }
H1.HeaderClassName
{
color: #18C39B;
}
.AnyTagClassName
{
color: #18C39B;
}
</style>
background-color css
<style>
a { background-color: #18C39B; }
a { background-color: rgb(24,195,155); }
div.DivClassName
{
background-color: #18C39B;
}
.BgClassName
{
background-color: #18C39B;
}
</style>
border-color css
<style>
span { border-color: #18C39B; }
span { border-color: rgb(24,195,155); }
td.TdClassName
{
border-color: #18C39B;
}
.TagClassName
{
border-color: #18C39B;
}
</style>