Html Css Color HEX #029892 Dark Cyan

📋 copy color: '#029892'

red 2 ◦ green 152 ◦ blue 146

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

Shades of Dark Cyan #029892

Tints of Dark Cyan #029892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 0.67%
G = 50.67%
B = 48.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#029892 (or 0x029892) is known color: Dark Cyan. HEX triplet: 02, 98 and 92. RGB value is (2,152,146). Sum of RGB (Red+Green+Blue) = 2+152+146=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #029892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029892 is #FD676D. Grayscale: #6A6A6A. Windows color (decimal): -16607086 or 9607170. OLE color: 9607170.

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

Color convert

RGB 2 152 146 -
CMYK 0.99 0 0.04 0.40
HSL 177.6º 0.97% 0.3% -
HSV(B) 177.6º 0.99% 0.6% -
XYZ 16.44 24.54 31.07 -
YUV 106.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 2 152 146 0.99 0 0.04 0.40 177.6 0.97 0.3
Hex 2 98 92 63 0 4 28 B2 61 1E
Octal 2 230 222 143 0 4 50 262 141 36
Binary 10 10011000 10010010 1100011 0 100 101000 10110010 1100001 11110

Color Harmonies of #029892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029892

Black with #029892

Text Example


Text Example

White with #029892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029892; }

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

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

background-color css

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

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

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

border-color css

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

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

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