Html Css Color HEX #029180 Dark Cyan

📋 copy color: '#029180'

red 2 ◦ green 145 ◦ blue 128

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

Shades of Dark Cyan #029180

Tints of Dark Cyan #029180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 0.73%
G = 52.73%
B = 46.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#029180 (or 0x029180) is known color: Dark Cyan. HEX triplet: 02, 91 and 80. RGB value is (2,145,128). Sum of RGB (Red+Green+Blue) = 2+145+128=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #029180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029180 is #FD6E7F. Grayscale: #646464. Windows color (decimal): -16608896 or 8425730. OLE color: 8425730.

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

Color convert

RGB 2 145 128 -
CMYK 0.99 0 0.12 0.43
HSL 172.87º 0.97% 0.29% -
HSV(B) 172.87º 0.99% 0.57% -
XYZ 14.05 21.82 23.89 -
YUV 100.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 2 145 128 0.99 0 0.12 0.43 172.87 0.97 0.29
Hex 2 91 80 63 0 C 2B AD 61 1D
Octal 2 221 200 143 0 14 53 255 141 35
Binary 10 10010001 10000000 1100011 0 1100 101011 10101101 1100001 11101

Color Harmonies of #029180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029180

Black with #029180

Text Example


Text Example

White with #029180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029180; }

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

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

background-color css

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

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

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

border-color css

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

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

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