Html Css Color HEX #6AD6B4 Medium Aquamarine

📋 copy color: '#6AD6B4'

red 106 ◦ green 214 ◦ blue 180

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

Shades of Medium Aquamarine #6AD6B4

Tints of Medium Aquamarine #6AD6B4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 180 (70.7% from 255) = 36%

R = 21.2%
G = 42.8%
B = 36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#6AD6B4 (or 0x6AD6B4) is known color: Medium Aquamarine. HEX triplet: 6A, D6 and B4. RGB value is (106,214,180). Sum of RGB (Red+Green+Blue) = 106+214+180=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD6B4 is #95294B. Grayscale: #B1B1B1. Windows color (decimal): -9775436 or 11851370. OLE color: 11851370.

HSL color Cylindrical-coordinate representation of color #6AD6B4: hue angle of 161.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD6B4 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 214 180 -
CMYK 0.50 0 0.16 0.16
HSL 161.11º 0.57% 0.63% -
HSV(B) 161.11º 0.5% 0.84% -
XYZ 38.23 54.45 51.68 -
YUV 177.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 106 214 180 0.50 0 0.16 0.16 161.11 0.57 0.63
Hex 6A D6 B4 32 0 10 10 A1 39 3F
Octal 152 326 264 62 0 20 20 241 71 77
Binary 1101010 11010110 10110100 110010 0 10000 10000 10100001 111001 111111

Color Harmonies of #6AD6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD6B4

Black with #6AD6B4

Text Example


Text Example

White with #6AD6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,214,180); }

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

background-color css

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

 a { background-color: rgb(106,214,180); }

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

border-color css

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

 span { border-color: rgb(106,214,180); }

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