Html Css Color HEX #04988E Dark Cyan

📋 copy color: '#04988E'

red 4 ◦ green 152 ◦ blue 142

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

Shades of Dark Cyan #04988E

Tints of Dark Cyan #04988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.01%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 1.34%
G = 51.01%
B = 47.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#04988E (or 0x04988E) is known color: Dark Cyan. HEX triplet: 04, 98 and 8E. RGB value is (4,152,142). Sum of RGB (Red+Green+Blue) = 4+152+142=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #04988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04988E is #FB6771. Grayscale: #6A6A6A. Windows color (decimal): -16476018 or 9345028. OLE color: 9345028.

HSL color Cylindrical-coordinate representation of color #04988E: hue angle of 175.95º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04988E is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 142 -
CMYK 0.97 0 0.07 0.40
HSL 175.95º 0.95% 0.31% -
HSV(B) 175.95º 0.97% 0.6% -
XYZ 16.16 24.44 29.46 -
YUV 106.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 4 152 142 0.97 0 0.07 0.40 175.95 0.95 0.31
Hex 4 98 8E 61 0 7 28 B0 5F 1F
Octal 4 230 216 141 0 7 50 260 137 37
Binary 100 10011000 10001110 1100001 0 111 101000 10110000 1011111 11111

Color Harmonies of #04988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04988E

Black with #04988E

Text Example


Text Example

White with #04988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04988E; }

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

 H1.HeaderClassName
 {
   color: #04988E;
 }
 .AnyTagClassName
 {
   color: #04988E;
 }
</style>

background-color css

<style>
 a { background-color: #04988E; }

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

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

border-color css

<style>
 span { border-color: #04988E; }

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

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