Html Css Color HEX #6FD2AF Medium Aquamarine

📋 copy color: '#6FD2AF'

red 111 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #6FD2AF

Tints of Medium Aquamarine #6FD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

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

R = 22.38%
G = 42.34%
B = 35.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#6FD2AF (or 0x6FD2AF) is known color: Medium Aquamarine. HEX triplet: 6F, D2 and AF. RGB value is (111,210,175). Sum of RGB (Red+Green+Blue) = 111+210+175=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD2AF is #902D50. Grayscale: #B0B0B0. Windows color (decimal): -9448785 or 11522671. OLE color: 11522671.

HSL color Cylindrical-coordinate representation of color #6FD2AF: hue angle of 158.79º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2AF is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 175 -
CMYK 0.47 0 0.17 0.18
HSL 158.79º 0.52% 0.63% -
HSV(B) 158.79º 0.47% 0.82% -
XYZ 37.34 52.57 48.74 -
YUV 176.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 111 210 175 0.47 0 0.17 0.18 158.79 0.52 0.63
Hex 6F D2 AF 2F 0 11 12 9F 34 3F
Octal 157 322 257 57 0 21 22 237 64 77
Binary 1101111 11010010 10101111 101111 0 10001 10010 10011111 110100 111111

Color Harmonies of #6FD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD2AF

Black with #6FD2AF

Text Example


Text Example

White with #6FD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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