Html Css Color HEX #029682 Dark Cyan

📋 copy color: '#029682'

red 2 ◦ green 150 ◦ blue 130

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

Shades of Dark Cyan #029682

Tints of Dark Cyan #029682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 0.71%
G = 53.19%
B = 46.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#029682 (or 0x029682) is known color: Dark Cyan. HEX triplet: 02, 96 and 82. RGB value is (2,150,130). Sum of RGB (Red+Green+Blue) = 2+150+130=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #029682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029682 is #FD697D. Grayscale: #676767. Windows color (decimal): -16607614 or 8558082. OLE color: 8558082.

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

Color convert

RGB 2 150 130 -
CMYK 0.99 0 0.13 0.41
HSL 171.89º 0.97% 0.3% -
HSV(B) 171.89º 0.99% 0.59% -
XYZ 14.96 23.44 24.85 -
YUV 103.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 2 150 130 0.99 0 0.13 0.41 171.89 0.97 0.3
Hex 2 96 82 63 0 D 29 AC 61 1E
Octal 2 226 202 143 0 15 51 254 141 36
Binary 10 10010110 10000010 1100011 0 1101 101001 10101100 1100001 11110

Color Harmonies of #029682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029682

Black with #029682

Text Example


Text Example

White with #029682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029682; }

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

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

background-color css

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

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

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

border-color css

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

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

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