Html Css Color HEX #029396 Dark Cyan

📋 copy color: '#029396'

red 2 ◦ green 147 ◦ blue 150

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

Shades of Dark Cyan #029396

Tints of Dark Cyan #029396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 0.67%
G = 49.16%
B = 50.17%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#029396 (or 0x029396) is known color: Dark Cyan. HEX triplet: 02, 93 and 96. RGB value is (2,147,150). Sum of RGB (Red+Green+Blue) = 2+147+150=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #029396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029396 is #FD6C69. Grayscale: #676767. Windows color (decimal): -16608362 or 9868034. OLE color: 9868034.

HSL color Cylindrical-coordinate representation of color #029396: hue angle of 181.22º 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 #029396 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 147 150 -
CMYK 0.99 0.02 0 0.41
HSL 181.22º 0.97% 0.3% -
HSV(B) 181.22º 0.99% 0.59% -
XYZ 15.96 23.08 32.47 -
YUV 103.99 153.96 55.26 -
System Red Green Blue C M Y K H S L
Decimal 2 147 150 0.99 0.02 0 0.41 181.22 0.97 0.3
Hex 2 93 96 63 2 0 29 B5 61 1E
Octal 2 223 226 143 2 0 51 265 141 36
Binary 10 10010011 10010110 1100011 10 0 101001 10110101 1100001 11110

Color Harmonies of #029396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029396

Black with #029396

Text Example


Text Example

White with #029396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029396; }

 p { color: rgb(2,147,150); }

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

background-color css

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

 a { background-color: rgb(2,147,150); }

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

border-color css

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

 span { border-color: rgb(2,147,150); }

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