Html Css Color HEX #6CF2AA Medium Aquamarine

📋 copy color: '#6CF2AA'

red 108 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #6CF2AA

Tints of Medium Aquamarine #6CF2AA

RGB

 RED value IS 108 (42.58% from 255) = 20.77%

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

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

R = 20.77%
G = 46.54%
B = 32.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#6CF2AA (or 0x6CF2AA) is known color: Medium Aquamarine. HEX triplet: 6C, F2 and AA. RGB value is (108,242,170). Sum of RGB (Red+Green+Blue) = 108+242+170=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF2AA is #930D55. Grayscale: #C1C1C1. Windows color (decimal): -9637206 or 11203180. OLE color: 11203180.

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

Color convert

RGB 108 242 170 -
CMYK 0.55 0 0.30 0.05
HSL 147.76º 0.84% 0.69% -
HSV(B) 147.76º 0.55% 0.95% -
XYZ 45.19 69.59 49.08 -
YUV 193.73 114.61 66.85 -
System Red Green Blue C M Y K H S L
Decimal 108 242 170 0.55 0 0.30 0.05 147.76 0.84 0.69
Hex 6C F2 AA 37 0 1E 5 94 54 45
Octal 154 362 252 67 0 36 5 224 124 105
Binary 1101100 11110010 10101010 110111 0 11110 101 10010100 1010100 1000101

Color Harmonies of #6CF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF2AA

Black with #6CF2AA

Text Example


Text Example

White with #6CF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,242,170); }

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

background-color css

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

 a { background-color: rgb(108,242,170); }

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

border-color css

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

 span { border-color: rgb(108,242,170); }

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