#038B8E

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

Shades of Dark Cyan #038B8E

Tints of Dark Cyan #038B8E

Color information

#038B8E (or 0x038B8E) is unknown color: approx Dark Cyan. HEX triplet: 03, 8B and 8E. RGB value is (3,139,142). Sum of RGB (Red+Green+Blue) = 3+139+142=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #038B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038B8E is #FC7471. Grayscale: #626262. Windows color (decimal): -16544882 or 9341699. OLE color: 9341699.

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

Color convert

RGB3139142-
CMYK0.980.0200.44
HSL181.29º95.86%28.43%-
HSV(B)181.29º97.89%55.69%-
XYZ14.1520.4428.79-
YUV98.68152.4459.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 139 (54.69% from 255) = 48.94%
BLUE value IS 142 (55.86% from 255) = 50%
R=1.06%
G=48.94%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31391420.980.0200.44181.2995.8628.43
Hex38B8E62202Cb5601c
Octal3213216142205426514034
Binary111000101110001110110001010010110010110101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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