Html Css Color HEX #6AC8A9 Medium Aquamarine

📋 copy color: '#6AC8A9'

red 106 ◦ green 200 ◦ blue 169

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

Shades of Medium Aquamarine #6AC8A9

Tints of Medium Aquamarine #6AC8A9

RGB

 RED value IS 106 (41.8% from 255) = 22.32%

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 22.32%
G = 42.11%
B = 35.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#6AC8A9 (or 0x6AC8A9) is known color: Medium Aquamarine. HEX triplet: 6A, C8 and A9. RGB value is (106,200,169). Sum of RGB (Red+Green+Blue) = 106+200+169=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC8A9 is #953756. Grayscale: #A8A8A8. Windows color (decimal): -9779031 or 11126890. OLE color: 11126890.

HSL color Cylindrical-coordinate representation of color #6AC8A9: hue angle of 160.21º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC8A9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 200 169 -
CMYK 0.47 0 0.16 0.22
HSL 160.21º 0.46% 0.6% -
HSV(B) 160.21º 0.47% 0.78% -
XYZ 33.76 47.24 44.87 -
YUV 168.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 106 200 169 0.47 0 0.16 0.22 160.21 0.46 0.6
Hex 6A C8 A9 2F 0 10 16 A0 2E 3C
Octal 152 310 251 57 0 20 26 240 56 74
Binary 1101010 11001000 10101001 101111 0 10000 10110 10100000 101110 111100

Color Harmonies of #6AC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC8A9

Black with #6AC8A9

Text Example


Text Example

White with #6AC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,200,169); }

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

background-color css

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

 a { background-color: rgb(106,200,169); }

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

border-color css

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

 span { border-color: rgb(106,200,169); }

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