Html Css Color HEX #029293 Dark Cyan

📋 copy color: '#029293'

red 2 ◦ green 146 ◦ blue 147

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

Shades of Dark Cyan #029293

Tints of Dark Cyan #029293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 0.68%
G = 49.49%
B = 49.83%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#029293 (or 0x029293) is known color: Dark Cyan. HEX triplet: 02, 92 and 93. RGB value is (2,146,147). Sum of RGB (Red+Green+Blue) = 2+146+147=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #029293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029293 is #FD6D6C. Grayscale: #666666. Windows color (decimal): -16608621 or 9671170. OLE color: 9671170.

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

Color convert

RGB 2 146 147 -
CMYK 0.99 0.01 0 0.42
HSL 180.41º 0.97% 0.29% -
HSV(B) 180.41º 0.99% 0.58% -
XYZ 15.57 22.68 31.16 -
YUV 103.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 2 146 147 0.99 0.01 0 0.42 180.41 0.97 0.29
Hex 2 92 93 63 1 0 2A B4 61 1D
Octal 2 222 223 143 1 0 52 264 141 35
Binary 10 10010010 10010011 1100011 1 0 101010 10110100 1100001 11101

Color Harmonies of #029293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029293

Black with #029293

Text Example


Text Example

White with #029293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029293; }

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

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

background-color css

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

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

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

border-color css

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

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

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