Html Css Color HEX #6CCFAA Medium Aquamarine

📋 copy color: '#6CCFAA'

red 108 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #6CCFAA

Tints of Medium Aquamarine #6CCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

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

R = 22.27%
G = 42.68%
B = 35.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#6CCFAA (or 0x6CCFAA) is known color: Medium Aquamarine. HEX triplet: 6C, CF and AA. RGB value is (108,207,170). Sum of RGB (Red+Green+Blue) = 108+207+170=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCFAA is #933055. Grayscale: #ADADAD. Windows color (decimal): -9646166 or 11194220. OLE color: 11194220.

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

Color convert

RGB 108 207 170 -
CMYK 0.48 0 0.18 0.19
HSL 157.58º 0.51% 0.62% -
HSV(B) 157.58º 0.48% 0.81% -
XYZ 35.75 50.72 45.94 -
YUV 173.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 108 207 170 0.48 0 0.18 0.19 157.58 0.51 0.62
Hex 6C CF AA 30 0 12 13 9E 33 3E
Octal 154 317 252 60 0 22 23 236 63 76
Binary 1101100 11001111 10101010 110000 0 10010 10011 10011110 110011 111110

Color Harmonies of #6CCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFAA

Black with #6CCFAA

Text Example


Text Example

White with #6CCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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