Html Css Color HEX #048E81 Dark Cyan

📋 copy color: '#048E81'

red 4 ◦ green 142 ◦ blue 129

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

Shades of Dark Cyan #048E81

Tints of Dark Cyan #048E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 1.45%
G = 51.64%
B = 46.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#048E81 (or 0x048E81) is known color: Dark Cyan. HEX triplet: 04, 8E and 81. RGB value is (4,142,129). Sum of RGB (Red+Green+Blue) = 4+142+129=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #048E81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048E81 is #FB717E. Grayscale: #636363. Windows color (decimal): -16478591 or 8490500. OLE color: 8490500.

HSL color Cylindrical-coordinate representation of color #048E81: hue angle of 174.35º 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 #048E81 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 129 -
CMYK 0.97 0 0.09 0.44
HSL 174.35º 0.95% 0.29% -
HSV(B) 174.35º 0.97% 0.56% -
XYZ 13.69 20.96 24.09 -
YUV 99.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 4 142 129 0.97 0 0.09 0.44 174.35 0.95 0.29
Hex 4 8E 81 61 0 9 2C AE 5F 1D
Octal 4 216 201 141 0 11 54 256 137 35
Binary 100 10001110 10000001 1100001 0 1001 101100 10101110 1011111 11101

Color Harmonies of #048E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E81

Black with #048E81

Text Example


Text Example

White with #048E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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