Html Css Color HEX #029592 Dark Cyan

📋 copy color: '#029592'

red 2 ◦ green 149 ◦ blue 146

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

Shades of Dark Cyan #029592

Tints of Dark Cyan #029592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

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

R = 0.67%
G = 50.17%
B = 49.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#029592 (or 0x029592) is known color: Dark Cyan. HEX triplet: 02, 95 and 92. RGB value is (2,149,146). Sum of RGB (Red+Green+Blue) = 2+149+146=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #029592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029592 is #FD6A6D. Grayscale: #686868. Windows color (decimal): -16607854 or 9606402. OLE color: 9606402.

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

Color convert

RGB 2 149 146 -
CMYK 0.99 0 0.02 0.42
HSL 178.78º 0.97% 0.3% -
HSV(B) 178.78º 0.99% 0.58% -
XYZ 15.96 23.58 30.9 -
YUV 104.71 151.3 54.74 -
System Red Green Blue C M Y K H S L
Decimal 2 149 146 0.99 0 0.02 0.42 178.78 0.97 0.3
Hex 2 95 92 63 0 2 2A B3 61 1E
Octal 2 225 222 143 0 2 52 263 141 36
Binary 10 10010101 10010010 1100011 0 10 101010 10110011 1100001 11110

Color Harmonies of #029592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029592

Black with #029592

Text Example


Text Example

White with #029592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029592; }

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

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

background-color css

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

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

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

border-color css

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

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

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