#038886

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

Shades of Dark Cyan #038886

Tints of Dark Cyan #038886

Color information

#038886 (or 0x038886) is unknown color: approx Dark Cyan. HEX triplet: 03, 88 and 86. RGB value is (3,136,134). Sum of RGB (Red+Green+Blue) = 3+136+134=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #038886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038886 is #FC7779. Grayscale: #5F5F5F. Windows color (decimal): -16545658 or 8816643. OLE color: 8816643.

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

Color convert

RGB3136134-
CMYK0.9800.010.47
HSL179.1º95.68%27.25%-
HSV(B)179.1º97.79%53.33%-
XYZ13.1419.3525.6-
YUV96149.4461.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=1.10%
G=49.82%
B=49.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31361340.9800.010.47179.195.6827.25
Hex3888662012Fb3601b
Octal3210206142015726314033
Binary11100010001000011011000100110111110110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038886; }

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

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

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

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

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

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

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

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