Html Css Color HEX #029297 Dark Cyan

📋 copy color: '#029297'

red 2 ◦ green 146 ◦ blue 151

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

Shades of Dark Cyan #029297

Tints of Dark Cyan #029297

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 2 146 151 -
CMYK 0.99 0.03 0 0.41
HSL 182.01º 0.97% 0.3% -
HSV(B) 182.01º 0.99% 0.59% -
XYZ 15.89 22.81 32.84 -
YUV 103.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 2 146 151 0.99 0.03 0 0.41 182.01 0.97 0.3
Hex 2 92 97 63 3 0 29 B6 61 1E
Octal 2 222 227 143 3 0 51 266 141 36
Binary 10 10010010 10010111 1100011 11 0 101001 10110110 1100001 11110

Color Harmonies of #029297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029297

Black with #029297

Text Example


Text Example

White with #029297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029297; }

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

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

background-color css

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

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

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

border-color css

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

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

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