Html Css Color HEX #029296 Dark Cyan

📋 copy color: '#029296'

red 2 ◦ green 146 ◦ blue 150

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

Shades of Dark Cyan #029296

Tints of Dark Cyan #029296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 0.67%
G = 48.99%
B = 50.34%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#029296 (or 0x029296) is known color: Dark Cyan. HEX triplet: 02, 92 and 96. RGB value is (2,146,150). Sum of RGB (Red+Green+Blue) = 2+146+150=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #029296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029296 is #FD6D69. Grayscale: #676767. Windows color (decimal): -16608618 or 9867778. OLE color: 9867778.

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

Color convert

RGB 2 146 150 -
CMYK 0.99 0.03 0 0.41
HSL 181.62º 0.97% 0.3% -
HSV(B) 181.62º 0.99% 0.59% -
XYZ 15.81 22.77 32.42 -
YUV 103.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 2 146 150 0.99 0.03 0 0.41 181.62 0.97 0.3
Hex 2 92 96 63 3 0 29 B6 61 1E
Octal 2 222 226 143 3 0 51 266 141 36
Binary 10 10010010 10010110 1100011 11 0 101001 10110110 1100001 11110

Color Harmonies of #029296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029296

Black with #029296

Text Example


Text Example

White with #029296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029296; }

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

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

background-color css

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

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

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

border-color css

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

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

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