Html Css Color HEX #6BFEAA Aquamarine

📋 copy color: '#6BFEAA'

red 107 ◦ green 254 ◦ blue 170

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

Shades of Aquamarine #6BFEAA

Tints of Aquamarine #6BFEAA

RGB

 RED value IS 107 (42.19% from 255) = 20.15%

 GREEN value IS 254 (99.61% from 255) = 47.83%

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

R = 20.15%
G = 47.83%
B = 32.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#6BFEAA (or 0x6BFEAA) is known color: Aquamarine. HEX triplet: 6B, FE and AA. RGB value is (107,254,170). Sum of RGB (Red+Green+Blue) = 107+254+170=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFEAA is #940155. Grayscale: #C8C8C8. Windows color (decimal): -9699670 or 11206251. OLE color: 11206251.

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

Color convert

RGB 107 254 170 -
CMYK 0.58 0 0.33 0.00
HSL 145.71º 0.99% 0.71% -
HSV(B) 145.71º 0.58% 1% -
XYZ 48.76 76.91 50.31 -
YUV 200.47 110.8 61.33 -
System Red Green Blue C M Y K H S L
Decimal 107 254 170 0.58 0 0.33 0.00 145.71 0.99 0.71
Hex 6B FE AA 3A 0 21 0 92 63 47
Octal 153 376 252 72 0 41 0 222 143 107
Binary 1101011 11111110 10101010 111010 0 100001 0 10010010 1100011 1000111

Color Harmonies of #6BFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEAA

Black with #6BFEAA

Text Example


Text Example

White with #6BFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,254,170); }

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

background-color css

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

 a { background-color: rgb(107,254,170); }

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

border-color css

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

 span { border-color: rgb(107,254,170); }

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