Html Css Color HEX #6CCCAA Medium Aquamarine

📋 copy color: '#6CCCAA'

red 108 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #6CCCAA

Tints of Medium Aquamarine #6CCCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 22.41%
G = 42.32%
B = 35.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#6CCCAA (or 0x6CCCAA) is known color: Medium Aquamarine. HEX triplet: 6C, CC and AA. RGB value is (108,204,170). Sum of RGB (Red+Green+Blue) = 108+204+170=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCAA is #933355. Grayscale: #ABABAB. Windows color (decimal): -9646934 or 11193452. OLE color: 11193452.

HSL color Cylindrical-coordinate representation of color #6CCCAA: hue angle of 158.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCCAA is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 170 -
CMYK 0.47 0 0.17 0.2
HSL 158.75º 0.48% 0.61% -
HSV(B) 158.75º 0.47% 0.8% -
XYZ 35.03 49.28 45.7 -
YUV 171.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 108 204 170 0.47 0 0.17 0.2 158.75 0.48 0.61
Hex 6C CC AA 2F 0 11 14 9F 30 3D
Octal 154 314 252 57 0 21 24 237 60 75
Binary 1101100 11001100 10101010 101111 0 10001 10100 10011111 110000 111101

Color Harmonies of #6CCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCAA

Black with #6CCCAA

Text Example


Text Example

White with #6CCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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