Html Css Color HEX #6AC29F Medium Aquamarine

📋 copy color: '#6AC29F'

red 106 ◦ green 194 ◦ blue 159

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

Shades of Medium Aquamarine #6AC29F

Tints of Medium Aquamarine #6AC29F

RGB

 RED value IS 106 (41.8% from 255) = 23.09%

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 23.09%
G = 42.27%
B = 34.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#6AC29F (or 0x6AC29F) is known color: Medium Aquamarine. HEX triplet: 6A, C2 and 9F. RGB value is (106,194,159). Sum of RGB (Red+Green+Blue) = 106+194+159=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC29F is #953D60. Grayscale: #A3A3A3. Windows color (decimal): -9780577 or 10469994. OLE color: 10469994.

HSL color Cylindrical-coordinate representation of color #6AC29F: hue angle of 156.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC29F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 159 -
CMYK 0.45 0 0.18 0.24
HSL 156.14º 0.42% 0.59% -
HSV(B) 156.14º 0.45% 0.76% -
XYZ 31.49 44.15 39.66 -
YUV 163.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 106 194 159 0.45 0 0.18 0.24 156.14 0.42 0.59
Hex 6A C2 9F 2D 0 12 18 9C 2A 3B
Octal 152 302 237 55 0 22 30 234 52 73
Binary 1101010 11000010 10011111 101101 0 10010 11000 10011100 101010 111011

Color Harmonies of #6AC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC29F

Black with #6AC29F

Text Example


Text Example

White with #6AC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AC29F; }

 p { color: rgb(106,194,159); }

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

background-color css

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

 a { background-color: rgb(106,194,159); }

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

border-color css

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

 span { border-color: rgb(106,194,159); }

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