Html Css Color HEX #029486 Dark Cyan

📋 copy color: '#029486'

red 2 ◦ green 148 ◦ blue 134

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

Shades of Dark Cyan #029486

Tints of Dark Cyan #029486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

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

R = 0.7%
G = 52.11%
B = 47.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#029486 (or 0x029486) is known color: Dark Cyan. HEX triplet: 02, 94 and 86. RGB value is (2,148,134). Sum of RGB (Red+Green+Blue) = 2+148+134=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #029486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029486 is #FD6B79. Grayscale: #666666. Windows color (decimal): -16608122 or 8819714. OLE color: 8819714.

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

Color convert

RGB 2 148 134 -
CMYK 0.99 0 0.09 0.42
HSL 174.25º 0.97% 0.29% -
HSV(B) 174.25º 0.99% 0.58% -
XYZ 14.92 22.91 26.19 -
YUV 102.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 2 148 134 0.99 0 0.09 0.42 174.25 0.97 0.29
Hex 2 94 86 63 0 9 2A AE 61 1D
Octal 2 224 206 143 0 11 52 256 141 35
Binary 10 10010100 10000110 1100011 0 1001 101010 10101110 1100001 11101

Color Harmonies of #029486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029486

Black with #029486

Text Example


Text Example

White with #029486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029486; }

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

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

background-color css

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

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

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

border-color css

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

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

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