Html Css Color HEX #04958B Dark Cyan

📋 copy color: '#04958B'

red 4 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #04958B

Tints of Dark Cyan #04958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 1.37%
G = 51.03%
B = 47.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#04958B (or 0x04958B) is known color: Dark Cyan. HEX triplet: 04, 95 and 8B. RGB value is (4,149,139). Sum of RGB (Red+Green+Blue) = 4+149+139=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #04958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04958B is #FB6A74. Grayscale: #686868. Windows color (decimal): -16476789 or 9147652. OLE color: 9147652.

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

Color convert

RGB 4 149 139 -
CMYK 0.97 0 0.07 0.42
HSL 175.86º 0.95% 0.3% -
HSV(B) 175.86º 0.97% 0.58% -
XYZ 15.46 23.38 28.13 -
YUV 104.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 4 149 139 0.97 0 0.07 0.42 175.86 0.95 0.3
Hex 4 95 8B 61 0 7 2A B0 5F 1E
Octal 4 225 213 141 0 7 52 260 137 36
Binary 100 10010101 10001011 1100001 0 111 101010 10110000 1011111 11110

Color Harmonies of #04958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04958B

Black with #04958B

Text Example


Text Example

White with #04958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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