#038190

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

Shades of Dark Cyan #038190

Tints of Dark Cyan #038190

Color information

#038190 (or 0x038190) is unknown color: approx Dark Cyan. HEX triplet: 03, 81 and 90. RGB value is (3,129,144). Sum of RGB (Red+Green+Blue) = 3+129+144=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #038190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038190 is #FC7E6F. Grayscale: #5C5C5C. Windows color (decimal): -16547440 or 9470211. OLE color: 9470211.

HSL color Cylindrical-coordinate representation of color #038190: hue angle of 186.38º 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 #038190 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3129144-
CMYK0.980.1000.44
HSL186.38º95.92%28.82%-
HSV(B)186.38º97.92%56.47%-
XYZ12.9217.7329.13-
YUV93.04156.7663.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=1.09%
G=46.74%
B=52.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31291440.980.1000.44186.3895.9228.82
Hex3819062A02Cba601d
Octal32012201421205427214035
Binary11100000011001000011000101010010110010111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038190; }

 p { color: rgb(3,129,144); }

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

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

 a { background-color: rgb(3,129,144); }

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

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

 span { border-color: rgb(3,129,144); }

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