Shades of Dark Cyan #038883
Tints of Dark Cyan #038883
RGB
CMYK
RGB Variations
Color information
#038883 (or 0x038883) is known color: Dark Cyan. HEX triplet: 03, 88 and 83. RGB value is (3,136,131). Sum of RGB (Red+Green+Blue) = 3+136+131=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #038883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038883 is #FC777C. Grayscale: #5F5F5F. Windows color (decimal): -16545661 or 8620035. OLE color: 8620035.
HSL color Cylindrical-coordinate representation of color #038883: hue angle of 177.74º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038883 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 131 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.47 |
| HSL | 177.74º | 0.96% | 0.27% | - |
| HSV(B) | 177.74º | 0.98% | 0.53% | - |
| XYZ | 12.94 | 19.27 | 24.51 | - |
| YUV | 95.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 131 | 0.98 | 0 | 0.04 | 0.47 | 177.74 | 0.96 | 0.27 |
| Hex | 3 | 88 | 83 | 62 | 0 | 4 | 2F | B2 | 60 | 1B |
| Octal | 3 | 210 | 203 | 142 | 0 | 4 | 57 | 262 | 140 | 33 |
| Binary | 11 | 10001000 | 10000011 | 1100010 | 0 | 100 | 101111 | 10110010 | 1100000 | 11011 |
Color Harmonies of #038883
Complementary color
Monochromatic Colors of #038883
Black with #038883
Text Example
Text Example
White with #038883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038883; }
p { color: rgb(3,136,131); }
H1.HeaderClassName
{
color: #038883;
}
.AnyTagClassName
{
color: #038883;
}
</style>
background-color css
<style>
a { background-color: #038883; }
a { background-color: rgb(3,136,131); }
div.DivClassName
{
background-color: #038883;
}
.BgClassName
{
background-color: #038883;
}
</style>
border-color css
<style>
span { border-color: #038883; }
span { border-color: rgb(3,136,131); }
td.TdClassName
{
border-color: #038883;
}
.TagClassName
{
border-color: #038883;
}
</style>