Html Css Color HEX #029290 Dark Cyan

📋 copy color: '#029290'

red 2 ◦ green 146 ◦ blue 144

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

Shades of Dark Cyan #029290

Tints of Dark Cyan #029290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 0.68%
G = 50%
B = 49.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#029290 (or 0x029290) is known color: Dark Cyan. HEX triplet: 02, 92 and 90. RGB value is (2,146,144). Sum of RGB (Red+Green+Blue) = 2+146+144=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #029290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029290 is #FD6D6F. Grayscale: #666666. Windows color (decimal): -16608624 or 9474562. OLE color: 9474562.

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

Color convert

RGB 2 146 144 -
CMYK 0.99 0 0.01 0.43
HSL 179.17º 0.97% 0.29% -
HSV(B) 179.17º 0.99% 0.57% -
XYZ 15.34 22.58 29.94 -
YUV 102.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 2 146 144 0.99 0 0.01 0.43 179.17 0.97 0.29
Hex 2 92 90 63 0 1 2B B3 61 1D
Octal 2 222 220 143 0 1 53 263 141 35
Binary 10 10010010 10010000 1100011 0 1 101011 10110011 1100001 11101

Color Harmonies of #029290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029290

Black with #029290

Text Example


Text Example

White with #029290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029290; }

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

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

background-color css

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

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

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

border-color css

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

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

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