Html Css Color HEX #6AC6B2 Medium Aquamarine

📋 copy color: '#6AC6B2'

red 106 ◦ green 198 ◦ blue 178

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

Shades of Medium Aquamarine #6AC6B2

Tints of Medium Aquamarine #6AC6B2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 21.99%
G = 41.08%
B = 36.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#6AC6B2 (or 0x6AC6B2) is known color: Medium Aquamarine. HEX triplet: 6A, C6 and B2. RGB value is (106,198,178). Sum of RGB (Red+Green+Blue) = 106+198+178=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC6B2 is #95394D. Grayscale: #A8A8A8. Windows color (decimal): -9779534 or 11716202. OLE color: 11716202.

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

Color convert

RGB 106 198 178 -
CMYK 0.46 0 0.10 0.22
HSL 166.96º 0.45% 0.6% -
HSV(B) 166.96º 0.46% 0.78% -
XYZ 34.17 46.67 49.33 -
YUV 168.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 106 198 178 0.46 0 0.10 0.22 166.96 0.45 0.6
Hex 6A C6 B2 2E 0 A 16 A7 2D 3C
Octal 152 306 262 56 0 12 26 247 55 74
Binary 1101010 11000110 10110010 101110 0 1010 10110 10100111 101101 111100

Color Harmonies of #6AC6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC6B2

Black with #6AC6B2

Text Example


Text Example

White with #6AC6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,198,178); }

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

background-color css

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

 a { background-color: rgb(106,198,178); }

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

border-color css

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

 span { border-color: rgb(106,198,178); }

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