#038E91

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

Shades of Dark Cyan #038E91

Tints of Dark Cyan #038E91

Color information

#038E91 (or 0x038E91) is unknown color: approx Dark Cyan. HEX triplet: 03, 8E and 91. RGB value is (3,142,145). Sum of RGB (Red+Green+Blue) = 3+142+145=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #038E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E91 is #FC716E. Grayscale: #646464. Windows color (decimal): -16544111 or 9539075. OLE color: 9539075.

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

Color convert

RGB3142145-
CMYK0.980.0200.43
HSL181.27º95.95%29.02%-
HSV(B)181.27º97.93%56.86%-
XYZ14.8221.4130.14-
YUV100.78152.9558.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 145 (57.03% from 255) = 50%
R=1.03%
G=48.97%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31421450.980.0200.43181.2795.9529.02
Hex38E9162202Bb5601d
Octal3216221142205326514035
Binary111000111010010001110001010010101110110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,142,145); }

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

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

 a { background-color: rgb(3,142,145); }

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

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

 span { border-color: rgb(3,142,145); }

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