Html Css Color HEX #6CCAAA Medium Aquamarine

📋 copy color: '#6CCAAA'

red 108 ◦ green 202 ◦ blue 170

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

Shades of Medium Aquamarine #6CCAAA

Tints of Medium Aquamarine #6CCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 22.5%
G = 42.08%
B = 35.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#6CCAAA (or 0x6CCAAA) is known color: Medium Aquamarine. HEX triplet: 6C, CA and AA. RGB value is (108,202,170). Sum of RGB (Red+Green+Blue) = 108+202+170=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCAAA is #933555. Grayscale: #AAAAAA. Windows color (decimal): -9647446 or 11192940. OLE color: 11192940.

HSL color Cylindrical-coordinate representation of color #6CCAAA: hue angle of 159.57º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCAAA is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 202 170 -
CMYK 0.47 0 0.16 0.21
HSL 159.57º 0.47% 0.61% -
HSV(B) 159.57º 0.47% 0.79% -
XYZ 34.56 48.33 45.54 -
YUV 170.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 108 202 170 0.47 0 0.16 0.21 159.57 0.47 0.61
Hex 6C CA AA 2F 0 10 15 A0 2F 3D
Octal 154 312 252 57 0 20 25 240 57 75
Binary 1101100 11001010 10101010 101111 0 10000 10101 10100000 101111 111101

Color Harmonies of #6CCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAAA

Black with #6CCAAA

Text Example


Text Example

White with #6CCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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