Html Css Color HEX #04918F Dark Cyan

📋 copy color: '#04918F'

red 4 ◦ green 145 ◦ blue 143

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

Shades of Dark Cyan #04918F

Tints of Dark Cyan #04918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.97%

R = 1.37%
G = 49.66%
B = 48.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#04918F (or 0x04918F) is known color: Dark Cyan. HEX triplet: 04, 91 and 8F. RGB value is (4,145,143). Sum of RGB (Red+Green+Blue) = 4+145+143=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #04918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04918F is #FB6E70. Grayscale: #666666. Windows color (decimal): -16477809 or 9408772. OLE color: 9408772.

HSL color Cylindrical-coordinate representation of color #04918F: hue angle of 179.15º 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 #04918F is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 143 -
CMYK 0.97 0 0.01 0.43
HSL 179.15º 0.95% 0.29% -
HSV(B) 179.15º 0.97% 0.57% -
XYZ 15.13 22.26 29.49 -
YUV 102.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 4 145 143 0.97 0 0.01 0.43 179.15 0.95 0.29
Hex 4 91 8F 61 0 1 2B B3 5F 1D
Octal 4 221 217 141 0 1 53 263 137 35
Binary 100 10010001 10001111 1100001 0 1 101011 10110011 1011111 11101

Color Harmonies of #04918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04918F

Black with #04918F

Text Example


Text Example

White with #04918F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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