Html Css Color HEX #048E80 Dark Cyan

📋 copy color: '#048E80'

red 4 ◦ green 142 ◦ blue 128

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

Shades of Dark Cyan #048E80

Tints of Dark Cyan #048E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.82%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 1.46%
G = 51.82%
B = 46.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#048E80 (or 0x048E80) is known color: Dark Cyan. HEX triplet: 04, 8E and 80. RGB value is (4,142,128). Sum of RGB (Red+Green+Blue) = 4+142+128=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #048E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048E80 is #FB717F. Grayscale: #636363. Windows color (decimal): -16478592 or 8424964. OLE color: 8424964.

HSL color Cylindrical-coordinate representation of color #048E80: hue angle of 173.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E80 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 128 -
CMYK 0.97 0 0.10 0.44
HSL 173.91º 0.95% 0.29% -
HSV(B) 173.91º 0.97% 0.56% -
XYZ 13.62 20.93 23.74 -
YUV 99.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 4 142 128 0.97 0 0.10 0.44 173.91 0.95 0.29
Hex 4 8E 80 61 0 A 2C AE 5F 1D
Octal 4 216 200 141 0 12 54 256 137 35
Binary 100 10001110 10000000 1100001 0 1010 101100 10101110 1011111 11101

Color Harmonies of #048E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E80

Black with #048E80

Text Example


Text Example

White with #048E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048E80; }

 p { color: rgb(4,142,128); }

 H1.HeaderClassName
 {
   color: #048E80;
 }
 .AnyTagClassName
 {
   color: #048E80;
 }
</style>

background-color css

<style>
 a { background-color: #048E80; }

 a { background-color: rgb(4,142,128); }

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

border-color css

<style>
 span { border-color: #048E80; }

 span { border-color: rgb(4,142,128); }

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