Shades of Deep Sea #238066
Tints of Deep Sea #238066
RGB
CMYK
RGB Variations
Color information
#238066 (or 0x238066) is known color: Deep Sea. HEX triplet: 23, 80 and 66. RGB value is (35,128,102). Sum of RGB (Red+Green+Blue) = 35+128+102=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #238066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238066 is #DC7F99. Grayscale: #616161. Windows color (decimal): -14450586 or 6717475. OLE color: 6717475.
HSL color Cylindrical-coordinate representation of color #238066: hue angle of 163.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238066 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 102 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.50 |
| HSL | 163.23º | 0.57% | 0.32% | - |
| HSV(B) | 163.23º | 0.73% | 0.5% | - |
| XYZ | 10.81 | 16.75 | 15.23 | - |
| YUV | 97.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 102 | 0.73 | 0 | 0.20 | 0.50 | 163.23 | 0.57 | 0.32 |
| Hex | 23 | 80 | 66 | 49 | 0 | 14 | 32 | A3 | 39 | 20 |
| Octal | 43 | 200 | 146 | 111 | 0 | 24 | 62 | 243 | 71 | 40 |
| Binary | 100011 | 10000000 | 1100110 | 1001001 | 0 | 10100 | 110010 | 10100011 | 111001 | 100000 |
Color Harmonies of #238066
Complementary color
Monochromatic Colors of #238066
Black with #238066
Text Example
Text Example
White with #238066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238066; }
p { color: rgb(35,128,102); }
H1.HeaderClassName
{
color: #238066;
}
.AnyTagClassName
{
color: #238066;
}
</style>
background-color css
<style>
a { background-color: #238066; }
a { background-color: rgb(35,128,102); }
div.DivClassName
{
background-color: #238066;
}
.BgClassName
{
background-color: #238066;
}
</style>
border-color css
<style>
span { border-color: #238066; }
span { border-color: rgb(35,128,102); }
td.TdClassName
{
border-color: #238066;
}
.TagClassName
{
border-color: #238066;
}
</style>