Html Css Color HEX #04968E Dark Cyan

📋 copy color: '#04968E'

red 4 ◦ green 150 ◦ blue 142

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

Shades of Dark Cyan #04968E

Tints of Dark Cyan #04968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

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

R = 1.35%
G = 50.68%
B = 47.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#04968E (or 0x04968E) is known color: Dark Cyan. HEX triplet: 04, 96 and 8E. RGB value is (4,150,142). Sum of RGB (Red+Green+Blue) = 4+150+142=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #04968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04968E is #FB6971. Grayscale: #696969. Windows color (decimal): -16476530 or 9344516. OLE color: 9344516.

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

Color convert

RGB 4 150 142 -
CMYK 0.97 0 0.05 0.41
HSL 176.71º 0.95% 0.3% -
HSV(B) 176.71º 0.97% 0.59% -
XYZ 15.84 23.79 29.35 -
YUV 105.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 4 150 142 0.97 0 0.05 0.41 176.71 0.95 0.3
Hex 4 96 8E 61 0 5 29 B1 5F 1E
Octal 4 226 216 141 0 5 51 261 137 36
Binary 100 10010110 10001110 1100001 0 101 101001 10110001 1011111 11110

Color Harmonies of #04968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04968E

Black with #04968E

Text Example


Text Example

White with #04968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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