Html Css Color HEX #04958D Dark Cyan

📋 copy color: '#04958D'

red 4 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #04958D

Tints of Dark Cyan #04958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 1.36%
G = 50.68%
B = 47.96%

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

#04958D (or 0x04958D) is known color: Dark Cyan. HEX triplet: 04, 95 and 8D. RGB value is (4,149,141). Sum of RGB (Red+Green+Blue) = 4+149+141=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #04958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04958D is #FB6A72. Grayscale: #686868. Windows color (decimal): -16476787 or 9278724. OLE color: 9278724.

HSL color Cylindrical-coordinate representation of color #04958D: hue angle of 176.69º 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 #04958D is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 141 -
CMYK 0.97 0 0.05 0.42
HSL 176.69º 0.95% 0.3% -
HSV(B) 176.69º 0.97% 0.58% -
XYZ 15.61 23.44 28.9 -
YUV 104.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 4 149 141 0.97 0 0.05 0.42 176.69 0.95 0.3
Hex 4 95 8D 61 0 5 2A B1 5F 1E
Octal 4 225 215 141 0 5 52 261 137 36
Binary 100 10010101 10001101 1100001 0 101 101010 10110001 1011111 11110

Color Harmonies of #04958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04958D

Black with #04958D

Text Example


Text Example

White with #04958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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