Html Css Color HEX #6FD5AF Medium Aquamarine

📋 copy color: '#6FD5AF'

red 111 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #6FD5AF

Tints of Medium Aquamarine #6FD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

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

R = 22.24%
G = 42.69%
B = 35.07%

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

#6FD5AF (or 0x6FD5AF) is known color: Medium Aquamarine. HEX triplet: 6F, D5 and AF. RGB value is (111,213,175). Sum of RGB (Red+Green+Blue) = 111+213+175=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD5AF is #902A50. Grayscale: #B2B2B2. Windows color (decimal): -9448017 or 11523439. OLE color: 11523439.

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

Color convert

RGB 111 213 175 -
CMYK 0.48 0 0.18 0.16
HSL 157.65º 0.55% 0.64% -
HSV(B) 157.65º 0.48% 0.84% -
XYZ 38.09 54.06 48.99 -
YUV 178.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 111 213 175 0.48 0 0.18 0.16 157.65 0.55 0.64
Hex 6F D5 AF 30 0 12 10 9E 37 40
Octal 157 325 257 60 0 22 20 236 67 100
Binary 1101111 11010101 10101111 110000 0 10010 10000 10011110 110111 1000000

Color Harmonies of #6FD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD5AF

Black with #6FD5AF

Text Example


Text Example

White with #6FD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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