#038A85

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

Shades of Dark Cyan #038A85

Tints of Dark Cyan #038A85

Color information

#038A85 (or 0x038A85) is unknown color: approx Dark Cyan. HEX triplet: 03, 8A and 85. RGB value is (3,138,133). Sum of RGB (Red+Green+Blue) = 3+138+133=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #038A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A85 is #FC757A. Grayscale: #606060. Windows color (decimal): -16545147 or 8751619. OLE color: 8751619.

HSL color Cylindrical-coordinate representation of color #038A85: hue angle of 177.78º 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 #038A85 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB3138133-
CMYK0.9800.040.46
HSL177.78º95.74%27.65%-
HSV(B)177.78º97.83%54.12%-
XYZ13.3619.8925.33-
YUV97.07148.2760.91-

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.36%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=1.09%
G=50.36%
B=48.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381330.9800.040.46177.7895.7427.65
Hex38A8562042Eb2601c
Octal3212205142045626214034
Binary1110001010100001011100010010010111010110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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