#038B92

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

Shades of Dark Cyan #038B92

Tints of Dark Cyan #038B92

Color information

#038B92 (or 0x038B92) is unknown color: approx Dark Cyan. HEX triplet: 03, 8B and 92. RGB value is (3,139,146). Sum of RGB (Red+Green+Blue) = 3+139+146=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #038B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038B92 is #FC746D. Grayscale: #626262. Windows color (decimal): -16544878 or 9603843. OLE color: 9603843.

HSL color Cylindrical-coordinate representation of color #038B92: hue angle of 182.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B92 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3139146-
CMYK0.980.0500.43
HSL182.94º95.97%29.22%-
HSV(B)182.94º97.95%57.25%-
XYZ14.4620.5630.4-
YUV99.13154.4459.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 139 (54.69% from 255) = 48.26%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=1.04%
G=48.26%
B=50.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31391460.980.0500.43182.9495.9729.22
Hex38B9262502Bb7601d
Octal3213222142505326714035
Binary1110001011100100101100010101010101110110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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