Html Css Color HEX #029698 Dark Cyan

📋 copy color: '#029698'

red 2 ◦ green 150 ◦ blue 152

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

Shades of Dark Cyan #029698

Tints of Dark Cyan #029698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 0.66%
G = 49.34%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#029698 (or 0x029698) is known color: Dark Cyan. HEX triplet: 02, 96 and 98. RGB value is (2,150,152). Sum of RGB (Red+Green+Blue) = 2+150+152=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #029698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029698 is #FD6967. Grayscale: #696969. Windows color (decimal): -16607592 or 9999874. OLE color: 9999874.

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

Color convert

RGB 2 150 152 -
CMYK 0.99 0.01 0 0.40
HSL 180.8º 0.97% 0.3% -
HSV(B) 180.8º 0.99% 0.6% -
XYZ 16.6 24.09 33.48 -
YUV 105.98 153.97 53.84 -
System Red Green Blue C M Y K H S L
Decimal 2 150 152 0.99 0.01 0 0.40 180.8 0.97 0.3
Hex 2 96 98 63 1 0 28 B5 61 1E
Octal 2 226 230 143 1 0 50 265 141 36
Binary 10 10010110 10011000 1100011 1 0 101000 10110101 1100001 11110

Color Harmonies of #029698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029698

Black with #029698

Text Example


Text Example

White with #029698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029698; }

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

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

background-color css

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

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

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

border-color css

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

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

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