Html Css Color HEX #029295 Dark Cyan

📋 copy color: '#029295'

red 2 ◦ green 146 ◦ blue 149

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

Shades of Dark Cyan #029295

Tints of Dark Cyan #029295

RGB

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

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

 BLUE value IS 149 (58.59% 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.42

RGB Variations

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

Color information

#029295 (or 0x029295) is known color: Dark Cyan. HEX triplet: 02, 92 and 95. RGB value is (2,146,149). Sum of RGB (Red+Green+Blue) = 2+146+149=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #029295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029295 is #FD6D6A. Grayscale: #676767. Windows color (decimal): -16608619 or 9802242. OLE color: 9802242.

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

Color convert

RGB 2 146 149 -
CMYK 0.99 0.02 0 0.42
HSL 181.22º 0.97% 0.3% -
HSV(B) 181.22º 0.99% 0.58% -
XYZ 15.73 22.74 31.99 -
YUV 103.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 2 146 149 0.99 0.02 0 0.42 181.22 0.97 0.3
Hex 2 92 95 63 2 0 2A B5 61 1E
Octal 2 222 225 143 2 0 52 265 141 36
Binary 10 10010010 10010101 1100011 10 0 101010 10110101 1100001 11110

Color Harmonies of #029295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029295

Black with #029295

Text Example


Text Example

White with #029295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029295; }

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

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

background-color css

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

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

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

border-color css

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

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

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