Html Css Color HEX #029181 Dark Cyan

📋 copy color: '#029181'

red 2 ◦ green 145 ◦ blue 129

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

Shades of Dark Cyan #029181

Tints of Dark Cyan #029181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 0.72%
G = 52.54%
B = 46.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#029181 (or 0x029181) is known color: Dark Cyan. HEX triplet: 02, 91 and 81. RGB value is (2,145,129). Sum of RGB (Red+Green+Blue) = 2+145+129=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #029181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029181 is #FD6E7E. Grayscale: #646464. Windows color (decimal): -16608895 or 8491266. OLE color: 8491266.

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

Color convert

RGB 2 145 129 -
CMYK 0.99 0 0.11 0.43
HSL 173.29º 0.97% 0.29% -
HSV(B) 173.29º 0.99% 0.57% -
XYZ 14.11 21.85 24.24 -
YUV 100.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 2 145 129 0.99 0 0.11 0.43 173.29 0.97 0.29
Hex 2 91 81 63 0 B 2B AD 61 1D
Octal 2 221 201 143 0 13 53 255 141 35
Binary 10 10010001 10000001 1100011 0 1011 101011 10101101 1100001 11101

Color Harmonies of #029181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029181

Black with #029181

Text Example


Text Example

White with #029181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029181; }

 p { color: rgb(2,145,129); }

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

background-color css

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

 a { background-color: rgb(2,145,129); }

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

border-color css

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

 span { border-color: rgb(2,145,129); }

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