#038A87

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

Shades of Dark Cyan #038A87

Tints of Dark Cyan #038A87

Color information

#038A87 (or 0x038A87) is unknown color: approx Dark Cyan. HEX triplet: 03, 8A and 87. RGB value is (3,138,135). Sum of RGB (Red+Green+Blue) = 3+138+135=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #038A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A87 is #FC7578. Grayscale: #616161. Windows color (decimal): -16545145 or 8882691. OLE color: 8882691.

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

Color convert

RGB3138135-
CMYK0.9800.020.46
HSL178.67º95.74%27.65%-
HSV(B)178.67º97.83%54.12%-
XYZ13.519.9526.06-
YUV97.29149.2760.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=1.09%
G=50%
B=48.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381350.9800.020.46178.6795.7427.65
Hex38A8762022Eb3601c
Octal3212207142025626314034
Binary111000101010000111110001001010111010110011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,138,135); }

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

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

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

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

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

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

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