Html Css Color HEX #029786 Dark Cyan

📋 copy color: '#029786'

red 2 ◦ green 151 ◦ blue 134

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

Shades of Dark Cyan #029786

Tints of Dark Cyan #029786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.69%

R = 0.7%
G = 52.61%
B = 46.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#029786 (or 0x029786) is known color: Dark Cyan. HEX triplet: 02, 97 and 86. RGB value is (2,151,134). Sum of RGB (Red+Green+Blue) = 2+151+134=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #029786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029786 is #FD6879. Grayscale: #686868. Windows color (decimal): -16607354 or 8820482. OLE color: 8820482.

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

Color convert

RGB 2 151 134 -
CMYK 0.99 0 0.11 0.41
HSL 173.15º 0.97% 0.3% -
HSV(B) 173.15º 0.99% 0.59% -
XYZ 15.39 23.87 26.35 -
YUV 104.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 2 151 134 0.99 0 0.11 0.41 173.15 0.97 0.3
Hex 2 97 86 63 0 B 29 AD 61 1E
Octal 2 227 206 143 0 13 51 255 141 36
Binary 10 10010111 10000110 1100011 0 1011 101001 10101101 1100001 11110

Color Harmonies of #029786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029786

Black with #029786

Text Example


Text Example

White with #029786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029786; }

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

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

background-color css

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

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

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

border-color css

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

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

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