Html Css Color HEX #6FD6AF Medium Aquamarine

📋 copy color: '#6FD6AF'

red 111 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #6FD6AF

Tints of Medium Aquamarine #6FD6AF

RGB

 RED value IS 111 (43.75% from 255) = 22.2%

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

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

R = 22.2%
G = 42.8%
B = 35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#6FD6AF (or 0x6FD6AF) is known color: Medium Aquamarine. HEX triplet: 6F, D6 and AF. RGB value is (111,214,175). Sum of RGB (Red+Green+Blue) = 111+214+175=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD6AF is #902950. Grayscale: #B2B2B2. Windows color (decimal): -9447761 or 11523695. OLE color: 11523695.

HSL color Cylindrical-coordinate representation of color #6FD6AF: hue angle of 157.28º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD6AF is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 214 175 -
CMYK 0.48 0 0.18 0.16
HSL 157.28º 0.56% 0.64% -
HSV(B) 157.28º 0.48% 0.84% -
XYZ 38.34 54.57 49.07 -
YUV 178.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 111 214 175 0.48 0 0.18 0.16 157.28 0.56 0.64
Hex 6F D6 AF 30 0 12 10 9D 38 40
Octal 157 326 257 60 0 22 20 235 70 100
Binary 1101111 11010110 10101111 110000 0 10010 10000 10011101 111000 1000000

Color Harmonies of #6FD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD6AF

Black with #6FD6AF

Text Example


Text Example

White with #6FD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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