Html Css Color HEX #6AFFAD Aquamarine

📋 copy color: '#6AFFAD'

red 106 ◦ green 255 ◦ blue 173

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

Shades of Aquamarine #6AFFAD

Tints of Aquamarine #6AFFAD

RGB

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

 GREEN value IS 255 (100% from 255) = 47.75%

 BLUE value IS 173 (67.97% from 255) = 32.4%

R = 19.85%
G = 47.75%
B = 32.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#6AFFAD (or 0x6AFFAD) is known color: Aquamarine. HEX triplet: 6A, FF and AD. RGB value is (106,255,173). Sum of RGB (Red+Green+Blue) = 106+255+173=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFFAD is #950052. Grayscale: #C9C9C9. Windows color (decimal): -9764947 or 11403114. OLE color: 11403114.

HSL color Cylindrical-coordinate representation of color #6AFFAD: hue angle of 146.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFAD is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 106 255 173 -
CMYK 0.58 0 0.32 0
HSL 146.98º 1% 0.71% -
HSV(B) 146.98º 0.58% 1% -
XYZ 49.25 77.6 51.92 -
YUV 201.1 112.14 60.17 -
System Red Green Blue C M Y K H S L
Decimal 106 255 173 0.58 0 0.32 0 146.98 1 0.71
Hex 6A FF AD 3A 0 20 0 93 64 47
Octal 152 377 255 72 0 40 0 223 144 107
Binary 1101010 11111111 10101101 111010 0 100000 0 10010011 1100100 1000111

Color Harmonies of #6AFFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFFAD

Black with #6AFFAD

Text Example


Text Example

White with #6AFFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,255,173); }

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

background-color css

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

 a { background-color: rgb(106,255,173); }

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

border-color css

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

 span { border-color: rgb(106,255,173); }

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