#038688

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

Shades of Dark Cyan #038688

Tints of Dark Cyan #038688

Color information

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

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

Color convert

RGB3134136-
CMYK0.980.0100.47
HSL180.9º95.68%27.25%-
HSV(B)180.9º97.79%53.33%-
XYZ13.0118.8526.24-
YUV95.06151.162.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341360.980.0100.47180.995.6827.25
Hex3868862102Fb5601b
Octal3206210142105726514033
Binary11100001101000100011000101010111110110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038688; }

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

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

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

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

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

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

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

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