Html Css Color HEX #04958E Dark Cyan

📋 copy color: '#04958E'

red 4 ◦ green 149 ◦ blue 142

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

Shades of Dark Cyan #04958E

Tints of Dark Cyan #04958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

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

R = 1.36%
G = 50.51%
B = 48.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#04958E (or 0x04958E) is known color: Dark Cyan. HEX triplet: 04, 95 and 8E. RGB value is (4,149,142). Sum of RGB (Red+Green+Blue) = 4+149+142=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #04958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04958E is #FB6A71. Grayscale: #686868. Windows color (decimal): -16476786 or 9344260. OLE color: 9344260.

HSL color Cylindrical-coordinate representation of color #04958E: hue angle of 177.1º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04958E is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 142 -
CMYK 0.97 0 0.05 0.42
HSL 177.1º 0.95% 0.3% -
HSV(B) 177.1º 0.97% 0.58% -
XYZ 15.68 23.47 29.3 -
YUV 104.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 4 149 142 0.97 0 0.05 0.42 177.1 0.95 0.3
Hex 4 95 8E 61 0 5 2A B1 5F 1E
Octal 4 225 216 141 0 5 52 261 137 36
Binary 100 10010101 10001110 1100001 0 101 101010 10110001 1011111 11110

Color Harmonies of #04958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04958E

Black with #04958E

Text Example


Text Example

White with #04958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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