Html Css Color HEX #029086 Dark Cyan

📋 copy color: '#029086'

red 2 ◦ green 144 ◦ blue 134

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

Shades of Dark Cyan #029086

Tints of Dark Cyan #029086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 0.71%
G = 51.43%
B = 47.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#029086 (or 0x029086) is known color: Dark Cyan. HEX triplet: 02, 90 and 86. RGB value is (2,144,134). Sum of RGB (Red+Green+Blue) = 2+144+134=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #029086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029086 is #FD6F79. Grayscale: #646464. Windows color (decimal): -16609146 or 8818690. OLE color: 8818690.

HSL color Cylindrical-coordinate representation of color #029086: hue angle of 175.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029086 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 144 134 -
CMYK 0.99 0 0.07 0.44
HSL 175.77º 0.97% 0.29% -
HSV(B) 175.77º 0.99% 0.56% -
XYZ 14.3 21.68 25.99 -
YUV 100.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 2 144 134 0.99 0 0.07 0.44 175.77 0.97 0.29
Hex 2 90 86 63 0 7 2C B0 61 1D
Octal 2 220 206 143 0 7 54 260 141 35
Binary 10 10010000 10000110 1100011 0 111 101100 10110000 1100001 11101

Color Harmonies of #029086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029086

Black with #029086

Text Example


Text Example

White with #029086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029086; }

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

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

background-color css

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

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

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

border-color css

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

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

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