Html Css Color HEX #029280 Dark Cyan

📋 copy color: '#029280'

red 2 ◦ green 146 ◦ blue 128

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

Shades of Dark Cyan #029280

Tints of Dark Cyan #029280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.9%

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

R = 0.72%
G = 52.9%
B = 46.38%

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

#029280 (or 0x029280) is known color: Dark Cyan. HEX triplet: 02, 92 and 80. RGB value is (2,146,128). Sum of RGB (Red+Green+Blue) = 2+146+128=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #029280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029280 is #FD6D7F. Grayscale: #646464. Windows color (decimal): -16608640 or 8425986. OLE color: 8425986.

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

Color convert

RGB 2 146 128 -
CMYK 0.99 0 0.12 0.43
HSL 172.5º 0.97% 0.29% -
HSV(B) 172.5º 0.99% 0.57% -
XYZ 14.2 22.13 23.95 -
YUV 100.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 2 146 128 0.99 0 0.12 0.43 172.5 0.97 0.29
Hex 2 92 80 63 0 C 2B AC 61 1D
Octal 2 222 200 143 0 14 53 254 141 35
Binary 10 10010010 10000000 1100011 0 1100 101011 10101100 1100001 11101

Color Harmonies of #029280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029280

Black with #029280

Text Example


Text Example

White with #029280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029280; }

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

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

background-color css

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

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

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

border-color css

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

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

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