#038B87

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

Shades of Dark Cyan #038B87

Tints of Dark Cyan #038B87

Color information

#038B87 (or 0x038B87) is unknown color: approx Dark Cyan. HEX triplet: 03, 8B and 87. RGB value is (3,139,135). Sum of RGB (Red+Green+Blue) = 3+139+135=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #038B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038B87 is #FC7478. Grayscale: #616161. Windows color (decimal): -16544889 or 8882947. OLE color: 8882947.

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

Color convert

RGB3139135-
CMYK0.9800.030.45
HSL178.24º95.77%27.84%-
HSV(B)178.24º97.84%54.51%-
XYZ13.6420.2326.11-
YUV97.88148.9460.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=1.08%
G=50.18%
B=48.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31391350.9800.030.45178.2495.7727.84
Hex38B8762032Db2601c
Octal3213207142035526214034
Binary111000101110000111110001001110110110110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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