#03878A

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

Shades of Dark Cyan #03878A

Tints of Dark Cyan #03878A

Color information

#03878A (or 0x03878A) is unknown color: approx Dark Cyan. HEX triplet: 03, 87 and 8A. RGB value is (3,135,138). Sum of RGB (Red+Green+Blue) = 3+135+138=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #03878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03878A is #FC7875. Grayscale: #5F5F5F. Windows color (decimal): -16545910 or 9078531. OLE color: 9078531.

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

Color convert

RGB3135138-
CMYK0.980.0200.46
HSL181.33º95.74%27.65%-
HSV(B)181.33º97.83%54.12%-
XYZ13.2919.1827.05-
YUV95.87151.7761.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 138 (54.30% from 255) = 50%
R=1.09%
G=48.91%
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.46
SystemRedGreenBlueCMYKHSL
Decimal31351380.980.0200.46181.3395.7427.65
Hex3878A62202Eb5601c
Octal3207212142205626514034
Binary111000011110001010110001010010111010110101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03878A; }

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

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

<style>
 a { background-color: #03878A; }

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

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

<style>
 span { border-color: #03878A; }

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

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