#038F86

Color #038F86 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #038F86

Tints of Dark Cyan #038F86

Color information

#038F86 (or 0x038F86) is unknown color: approx Dark Cyan. HEX triplet: 03, 8F and 86. RGB value is (3,143,134). Sum of RGB (Red+Green+Blue) = 3+143+134=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #038F86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F86 is #FC7079. Grayscale: #646464. Windows color (decimal): -16543866 or 8818435. OLE color: 8818435.

HSL color Cylindrical-coordinate representation of color #038F86: hue angle of 176.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F86 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB3143134-
CMYK0.9800.060.44
HSL176.14º95.89%28.63%-
HSV(B)176.14º97.9%56.08%-
XYZ14.1621.3925.94-
YUV100.11147.1258.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=1.07%
G=51.07%
B=47.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31431340.9800.060.44176.1495.8928.63
Hex38F8662062Cb0601d
Octal3217206142065426014035
Binary1110001111100001101100010011010110010110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038F86; }

 p { color: rgb(3,143,134); }

 H1.HeaderClassName
 {
   color: #038F86;
 }
 .AnyTagClassName
 {
   color: #038F86;
 }
</style>
background-color css

<style>
 a { background-color: #038F86; }

 a { background-color: rgb(3,143,134); }

 div.DivClassName
 {
   background-color: #038F86;
 }
 .BgClassName
 {
   background-color: #038F86;
 }
</style>
border-color css

<style>
 span { border-color: #038F86; }

 span { border-color: rgb(3,143,134); }

 td.TdClassName
 {
   border-color: #038F86;
 }
 .TagClassName
 {
   border-color: #038F86;
 }
</style>