Html Css Color HEX #6CD2AA Medium Aquamarine

📋 copy color: '#6CD2AA'

red 108 ◦ green 210 ◦ blue 170

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

Shades of Medium Aquamarine #6CD2AA

Tints of Medium Aquamarine #6CD2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

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

R = 22.13%
G = 43.03%
B = 34.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#6CD2AA (or 0x6CD2AA) is known color: Medium Aquamarine. HEX triplet: 6C, D2 and AA. RGB value is (108,210,170). Sum of RGB (Red+Green+Blue) = 108+210+170=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD2AA is #932D55. Grayscale: #AEAEAE. Windows color (decimal): -9645398 or 11194988. OLE color: 11194988.

HSL color Cylindrical-coordinate representation of color #6CD2AA: hue angle of 156.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2AA is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 210 170 -
CMYK 0.49 0 0.19 0.18
HSL 156.47º 0.53% 0.62% -
HSV(B) 156.47º 0.49% 0.82% -
XYZ 36.49 52.18 46.18 -
YUV 174.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 108 210 170 0.49 0 0.19 0.18 156.47 0.53 0.62
Hex 6C D2 AA 31 0 13 12 9C 35 3E
Octal 154 322 252 61 0 23 22 234 65 76
Binary 1101100 11010010 10101010 110001 0 10011 10010 10011100 110101 111110

Color Harmonies of #6CD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD2AA

Black with #6CD2AA

Text Example


Text Example

White with #6CD2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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