Html Css Color HEX #029096 Dark Cyan

📋 copy color: '#029096'

red 2 ◦ green 144 ◦ blue 150

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

Shades of Dark Cyan #029096

Tints of Dark Cyan #029096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 0.68%
G = 48.65%
B = 50.68%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#029096 (or 0x029096) is known color: Dark Cyan. HEX triplet: 02, 90 and 96. RGB value is (2,144,150). Sum of RGB (Red+Green+Blue) = 2+144+150=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #029096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029096 is #FD6F69. Grayscale: #666666. Windows color (decimal): -16609130 or 9867266. OLE color: 9867266.

HSL color Cylindrical-coordinate representation of color #029096: hue angle of 182.43º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029096 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 144 150 -
CMYK 0.99 0.04 0 0.41
HSL 182.43º 0.97% 0.3% -
HSV(B) 182.43º 0.99% 0.59% -
XYZ 15.5 22.16 32.31 -
YUV 102.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 2 144 150 0.99 0.04 0 0.41 182.43 0.97 0.3
Hex 2 90 96 63 4 0 29 B6 61 1E
Octal 2 220 226 143 4 0 51 266 141 36
Binary 10 10010000 10010110 1100011 100 0 101001 10110110 1100001 11110

Color Harmonies of #029096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029096

Black with #029096

Text Example


Text Example

White with #029096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029096; }

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

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

background-color css

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

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

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

border-color css

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

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

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