Html Css Color HEX #6FFAAA Aquamarine

📋 copy color: '#6FFAAA'

red 111 ◦ green 250 ◦ blue 170

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

Shades of Aquamarine #6FFAAA

Tints of Aquamarine #6FFAAA

RGB

 RED value IS 111 (43.75% from 255) = 20.9%

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 20.9%
G = 47.08%
B = 32.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#6FFAAA (or 0x6FFAAA) is known color: Aquamarine. HEX triplet: 6F, FA and AA. RGB value is (111,250,170). Sum of RGB (Red+Green+Blue) = 111+250+170=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFAAA is #900555. Grayscale: #C7C7C7. Windows color (decimal): -9438550 or 11205231. OLE color: 11205231.

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

Color convert

RGB 111 250 170 -
CMYK 0.56 0 0.32 0.02
HSL 145.47º 0.93% 0.71% -
HSV(B) 145.47º 0.56% 0.98% -
XYZ 48 74.65 49.91 -
YUV 199.32 111.45 65 -
System Red Green Blue C M Y K H S L
Decimal 111 250 170 0.56 0 0.32 0.02 145.47 0.93 0.71
Hex 6F FA AA 38 0 20 2 91 5D 47
Octal 157 372 252 70 0 40 2 221 135 107
Binary 1101111 11111010 10101010 111000 0 100000 10 10010001 1011101 1000111

Color Harmonies of #6FFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAAA

Black with #6FFAAA

Text Example


Text Example

White with #6FFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,250,170); }

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

background-color css

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

 a { background-color: rgb(111,250,170); }

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

border-color css

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

 span { border-color: rgb(111,250,170); }

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