#038989

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

Shades of Dark Cyan #038989

Tints of Dark Cyan #038989

Color information

#038989 (or 0x038989) is unknown color: approx Dark Cyan. HEX triplet: 03, 89 and 89. RGB value is (3,137,137). Sum of RGB (Red+Green+Blue) = 3+137+137=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #038989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038989 is #FC7676. Grayscale: #606060. Windows color (decimal): -16545399 or 9013507. OLE color: 9013507.

HSL color Cylindrical-coordinate representation of color #038989: hue angle of 180º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038989 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3137137-
CMYK0.98000.46
HSL180º95.71%27.45%-
HSV(B)180º97.81%53.73%-
XYZ13.519.7226.76-
YUV96.93150.6161-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=1.08%
G=49.46%
B=49.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31371370.98000.4618095.7127.45
Hex3898962002Eb4601b
Octal3211211142005626414033
Binary11100010011000100111000100010111010110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038989; }

 p { color: rgb(3,137,137); }

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

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

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

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

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

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

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