Html Css Color HEX #6BD6AF Medium Aquamarine

📋 copy color: '#6BD6AF'

red 107 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #6BD6AF

Tints of Medium Aquamarine #6BD6AF

RGB

 RED value IS 107 (42.19% from 255) = 21.57%

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

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 21.57%
G = 43.15%
B = 35.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#6BD6AF (or 0x6BD6AF) is known color: Medium Aquamarine. HEX triplet: 6B, D6 and AF. RGB value is (107,214,175). Sum of RGB (Red+Green+Blue) = 107+214+175=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD6AF is #942950. Grayscale: #B1B1B1. Windows color (decimal): -9709905 or 11523691. OLE color: 11523691.

HSL color Cylindrical-coordinate representation of color #6BD6AF: hue angle of 158.13º 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 #6BD6AF is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 214 175 -
CMYK 0.50 0 0.18 0.16
HSL 158.13º 0.57% 0.63% -
HSV(B) 158.13º 0.5% 0.84% -
XYZ 37.85 54.31 49.05 -
YUV 177.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 107 214 175 0.50 0 0.18 0.16 158.13 0.57 0.63
Hex 6B D6 AF 32 0 12 10 9E 39 3F
Octal 153 326 257 62 0 22 20 236 71 77
Binary 1101011 11010110 10101111 110010 0 10010 10000 10011110 111001 111111

Color Harmonies of #6BD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6AF

Black with #6BD6AF

Text Example


Text Example

White with #6BD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,214,175); }

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

background-color css

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

 a { background-color: rgb(107,214,175); }

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

border-color css

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

 span { border-color: rgb(107,214,175); }

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