Html Css Color HEX #04918E Dark Cyan

📋 copy color: '#04918E'

red 4 ◦ green 145 ◦ blue 142

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

Shades of Dark Cyan #04918E

Tints of Dark Cyan #04918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

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

R = 1.37%
G = 49.83%
B = 48.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#04918E (or 0x04918E) is known color: Dark Cyan. HEX triplet: 04, 91 and 8E. RGB value is (4,145,142). Sum of RGB (Red+Green+Blue) = 4+145+142=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #04918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04918E is #FB6E71. Grayscale: #666666. Windows color (decimal): -16477810 or 9343236. OLE color: 9343236.

HSL color Cylindrical-coordinate representation of color #04918E: hue angle of 178.72º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04918E is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 142 -
CMYK 0.97 0 0.02 0.43
HSL 178.72º 0.95% 0.29% -
HSV(B) 178.72º 0.97% 0.57% -
XYZ 15.06 22.23 29.09 -
YUV 102.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 4 145 142 0.97 0 0.02 0.43 178.72 0.95 0.29
Hex 4 91 8E 61 0 2 2B B3 5F 1D
Octal 4 221 216 141 0 2 53 263 137 35
Binary 100 10010001 10001110 1100001 0 10 101011 10110011 1011111 11101

Color Harmonies of #04918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04918E

Black with #04918E

Text Example


Text Example

White with #04918E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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