Html Css Color HEX #029792 Dark Cyan

📋 copy color: '#029792'

red 2 ◦ green 151 ◦ blue 146

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

Shades of Dark Cyan #029792

Tints of Dark Cyan #029792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.5%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 0.67%
G = 50.5%
B = 48.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#029792 (or 0x029792) is known color: Dark Cyan. HEX triplet: 02, 97 and 92. RGB value is (2,151,146). Sum of RGB (Red+Green+Blue) = 2+151+146=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #029792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029792 is #FD686D. Grayscale: #696969. Windows color (decimal): -16607342 or 9606914. OLE color: 9606914.

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

Color convert

RGB 2 151 146 -
CMYK 0.99 0 0.03 0.41
HSL 177.99º 0.97% 0.3% -
HSV(B) 177.99º 0.99% 0.59% -
XYZ 16.28 24.22 31.01 -
YUV 105.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 2 151 146 0.99 0 0.03 0.41 177.99 0.97 0.3
Hex 2 97 92 63 0 3 29 B2 61 1E
Octal 2 227 222 143 0 3 51 262 141 36
Binary 10 10010111 10010010 1100011 0 11 101001 10110010 1100001 11110

Color Harmonies of #029792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029792

Black with #029792

Text Example


Text Example

White with #029792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029792; }

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

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

background-color css

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

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

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

border-color css

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

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

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