Html Css Color HEX #6CC0A7 Medium Aquamarine

📋 copy color: '#6CC0A7'

red 108 ◦ green 192 ◦ blue 167

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

Shades of Medium Aquamarine #6CC0A7

Tints of Medium Aquamarine #6CC0A7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 23.13%
G = 41.11%
B = 35.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#6CC0A7 (or 0x6CC0A7) is known color: Medium Aquamarine. HEX triplet: 6C, C0 and A7. RGB value is (108,192,167). Sum of RGB (Red+Green+Blue) = 108+192+167=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC0A7 is #933F58. Grayscale: #A4A4A4. Windows color (decimal): -9650009 or 10993772. OLE color: 10993772.

HSL color Cylindrical-coordinate representation of color #6CC0A7: hue angle of 162.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0A7 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 192 167 -
CMYK 0.44 0 0.13 0.25
HSL 162.14º 0.4% 0.59% -
HSV(B) 162.14º 0.44% 0.75% -
XYZ 32.01 43.68 43.3 -
YUV 164.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 108 192 167 0.44 0 0.13 0.25 162.14 0.4 0.59
Hex 6C C0 A7 2C 0 D 19 A2 28 3B
Octal 154 300 247 54 0 15 31 242 50 73
Binary 1101100 11000000 10100111 101100 0 1101 11001 10100010 101000 111011

Color Harmonies of #6CC0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC0A7

Black with #6CC0A7

Text Example


Text Example

White with #6CC0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,167); }

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

background-color css

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

 a { background-color: rgb(108,192,167); }

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

border-color css

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

 span { border-color: rgb(108,192,167); }

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