Html Css Color HEX #6AD8B2 Medium Aquamarine

📋 copy color: '#6AD8B2'

red 106 ◦ green 216 ◦ blue 178

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

Shades of Medium Aquamarine #6AD8B2

Tints of Medium Aquamarine #6AD8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

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

R = 21.2%
G = 43.2%
B = 35.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#6AD8B2 (or 0x6AD8B2) is known color: Medium Aquamarine. HEX triplet: 6A, D8 and B2. RGB value is (106,216,178). Sum of RGB (Red+Green+Blue) = 106+216+178=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8B2 is #95274D. Grayscale: #B2B2B2. Windows color (decimal): -9774926 or 11720810. OLE color: 11720810.

HSL color Cylindrical-coordinate representation of color #6AD8B2: hue angle of 159.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8B2 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 216 178 -
CMYK 0.51 0 0.18 0.15
HSL 159.27º 0.59% 0.63% -
HSV(B) 159.27º 0.51% 0.85% -
XYZ 38.54 55.39 50.78 -
YUV 178.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 106 216 178 0.51 0 0.18 0.15 159.27 0.59 0.63
Hex 6A D8 B2 33 0 12 F 9F 3B 3F
Octal 152 330 262 63 0 22 17 237 73 77
Binary 1101010 11011000 10110010 110011 0 10010 1111 10011111 111011 111111

Color Harmonies of #6AD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD8B2

Black with #6AD8B2

Text Example


Text Example

White with #6AD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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