Html Css Color HEX #029090 Dark Cyan

📋 copy color: '#029090'

red 2 ◦ green 144 ◦ blue 144

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

Shades of Dark Cyan #029090

Tints of Dark Cyan #029090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

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

R = 0.69%
G = 49.66%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#029090 (or 0x029090) is known color: Dark Cyan. HEX triplet: 02, 90 and 90. RGB value is (2,144,144). Sum of RGB (Red+Green+Blue) = 2+144+144=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #029090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029090 is #FD6F6F. Grayscale: #656565. Windows color (decimal): -16609136 or 9474050. OLE color: 9474050.

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

Color convert

RGB 2 144 144 -
CMYK 0.99 0 0 0.44
HSL 180º 0.97% 0.29% -
HSV(B) 180º 0.99% 0.56% -
XYZ 15.03 21.97 29.83 -
YUV 101.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 2 144 144 0.99 0 0 0.44 180 0.97 0.29
Hex 2 90 90 63 0 0 2C B4 61 1D
Octal 2 220 220 143 0 0 54 264 141 35
Binary 10 10010000 10010000 1100011 0 0 101100 10110100 1100001 11101

Color Harmonies of #029090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029090

Black with #029090

Text Example


Text Example

White with #029090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029090; }

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

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

background-color css

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

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

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

border-color css

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

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

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