Html Css Color HEX #029794 Dark Cyan

📋 copy color: '#029794'

red 2 ◦ green 151 ◦ blue 148

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

Shades of Dark Cyan #029794

Tints of Dark Cyan #029794

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 151 (59.38% from 255) = 50.17%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 0.66%
G = 50.17%
B = 49.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#029794 (or 0x029794) is known color: Dark Cyan. HEX triplet: 02, 97 and 94. RGB value is (2,151,148). Sum of RGB (Red+Green+Blue) = 2+151+148=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #029794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029794 is #FD686B. Grayscale: #696969. Windows color (decimal): -16607340 or 9737986. OLE color: 9737986.

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

Color convert

RGB 2 151 148 -
CMYK 0.99 0 0.02 0.41
HSL 178.79º 0.97% 0.3% -
HSV(B) 178.79º 0.99% 0.59% -
XYZ 16.44 24.28 31.84 -
YUV 106.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 2 151 148 0.99 0 0.02 0.41 178.79 0.97 0.3
Hex 2 97 94 63 0 2 29 B3 61 1E
Octal 2 227 224 143 0 2 51 263 141 36
Binary 10 10010111 10010100 1100011 0 10 101001 10110011 1100001 11110

Color Harmonies of #029794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029794

Black with #029794

Text Example


Text Example

White with #029794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029794; }

 p { color: rgb(2,151,148); }

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

background-color css

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

 a { background-color: rgb(2,151,148); }

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

border-color css

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

 span { border-color: rgb(2,151,148); }

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