Html Css Color HEX #6CDCAA Medium Aquamarine

📋 copy color: '#6CDCAA'

red 108 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #6CDCAA

Tints of Medium Aquamarine #6CDCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 21.69%
G = 44.18%
B = 34.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#6CDCAA (or 0x6CDCAA) is known color: Medium Aquamarine. HEX triplet: 6C, DC and AA. RGB value is (108,220,170). Sum of RGB (Red+Green+Blue) = 108+220+170=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDCAA is #932355. Grayscale: #B4B4B4. Windows color (decimal): -9642838 or 11197548. OLE color: 11197548.

HSL color Cylindrical-coordinate representation of color #6CDCAA: hue angle of 153.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCAA is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 170 -
CMYK 0.51 0 0.23 0.14
HSL 153.21º 0.62% 0.64% -
HSV(B) 153.21º 0.51% 0.86% -
XYZ 39.03 57.28 47.03 -
YUV 180.81 121.89 76.07 -
System Red Green Blue C M Y K H S L
Decimal 108 220 170 0.51 0 0.23 0.14 153.21 0.62 0.64
Hex 6C DC AA 33 0 17 E 99 3E 40
Octal 154 334 252 63 0 27 16 231 76 100
Binary 1101100 11011100 10101010 110011 0 10111 1110 10011001 111110 1000000

Color Harmonies of #6CDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCAA

Black with #6CDCAA

Text Example


Text Example

White with #6CDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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