Html Css Color HEX #04878C Dark Cyan

📋 copy color: '#04878C'

red 4 ◦ green 135 ◦ blue 140

#04878C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #04878C

Tints of Dark Cyan #04878C

RGB

 RED value IS 4 (1.95% from 255) = 1.43%

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 1.43%
G = 48.39%
B = 50.18%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04878C (or 0x04878C) is known color: Dark Cyan. HEX triplet: 04, 87 and 8C. RGB value is (4,135,140). Sum of RGB (Red+Green+Blue) = 4+135+140=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #04878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04878C is #FB7873. Grayscale: #606060. Windows color (decimal): -16480372 or 9209604. OLE color: 9209604.

HSL color Cylindrical-coordinate representation of color #04878C: hue angle of 182.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04878C is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 135 140 -
CMYK 0.97 0.04 0 0.45
HSL 182.21º 0.94% 0.28% -
HSV(B) 182.21º 0.97% 0.55% -
XYZ 13.45 19.25 27.82 -
YUV 96.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 4 135 140 0.97 0.04 0 0.45 182.21 0.94 0.28
Hex 4 87 8C 61 4 0 2D B6 5E 1C
Octal 4 207 214 141 4 0 55 266 136 34
Binary 100 10000111 10001100 1100001 100 0 101101 10110110 1011110 11100

Color Harmonies of #04878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04878C

Black with #04878C

Text Example


Text Example

White with #04878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04878C; }

 p { color: rgb(4,135,140); }

 H1.HeaderClassName
 {
   color: #04878C;
 }
 .AnyTagClassName
 {
   color: #04878C;
 }
</style>

background-color css

<style>
 a { background-color: #04878C; }

 a { background-color: rgb(4,135,140); }

 div.DivClassName
 {
   background-color: #04878C;
 }
 .BgClassName
 {
   background-color: #04878C;
 }
</style>

border-color css

<style>
 span { border-color: #04878C; }

 span { border-color: rgb(4,135,140); }

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