Html Css Color HEX #6AF29D Medium Aquamarine

📋 copy color: '#6AF29D'

red 106 ◦ green 242 ◦ blue 157

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

Shades of Medium Aquamarine #6AF29D

Tints of Medium Aquamarine #6AF29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 20.99%
G = 47.92%
B = 31.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#6AF29D (or 0x6AF29D) is known color: Medium Aquamarine. HEX triplet: 6A, F2 and 9D. RGB value is (106,242,157). Sum of RGB (Red+Green+Blue) = 106+242+157=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF29D is #950D62. Grayscale: #BFBFBF. Windows color (decimal): -9768291 or 10351210. OLE color: 10351210.

HSL color Cylindrical-coordinate representation of color #6AF29D: hue angle of 142.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF29D is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 157 -
CMYK 0.56 0 0.35 0.05
HSL 142.5º 0.84% 0.68% -
HSV(B) 142.5º 0.56% 0.95% -
XYZ 43.78 69 42.91 -
YUV 191.65 108.44 66.91 -
System Red Green Blue C M Y K H S L
Decimal 106 242 157 0.56 0 0.35 0.05 142.5 0.84 0.68
Hex 6A F2 9D 38 0 23 5 8E 54 44
Octal 152 362 235 70 0 43 5 216 124 104
Binary 1101010 11110010 10011101 111000 0 100011 101 10001110 1010100 1000100

Color Harmonies of #6AF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF29D

Black with #6AF29D

Text Example


Text Example

White with #6AF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,242,157); }

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

background-color css

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

 a { background-color: rgb(106,242,157); }

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

border-color css

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

 span { border-color: rgb(106,242,157); }

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