#038F84

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

Shades of Dark Cyan #038F84

Tints of Dark Cyan #038F84

Color information

#038F84 (or 0x038F84) is unknown color: approx Dark Cyan. HEX triplet: 03, 8F and 84. RGB value is (3,143,132). Sum of RGB (Red+Green+Blue) = 3+143+132=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #038F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F84 is #FC707B. Grayscale: #636363. Windows color (decimal): -16543868 or 8687363. OLE color: 8687363.

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

Color convert

RGB3143132-
CMYK0.9800.080.44
HSL175.29º95.89%28.63%-
HSV(B)175.29º97.9%56.08%-
XYZ14.0221.3325.21-
YUV99.89146.1258.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 143 (56.25% from 255) = 51.44%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=1.08%
G=51.44%
B=47.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31431320.9800.080.44175.2995.8928.63
Hex38F8462082Caf601d
Octal32172041420105425714035
Binary11100011111000010011000100100010110010101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,132); }

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

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

 a { background-color: rgb(3,143,132); }

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

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

 span { border-color: rgb(3,143,132); }

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