Html Css Color HEX #6FD0AB Medium Aquamarine

📋 copy color: '#6FD0AB'

red 111 ◦ green 208 ◦ blue 171

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

Shades of Medium Aquamarine #6FD0AB

Tints of Medium Aquamarine #6FD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 22.65%
G = 42.45%
B = 34.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#6FD0AB (or 0x6FD0AB) is known color: Medium Aquamarine. HEX triplet: 6F, D0 and AB. RGB value is (111,208,171). Sum of RGB (Red+Green+Blue) = 111+208+171=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD0AB is #902F54. Grayscale: #AEAEAE. Windows color (decimal): -9449301 or 11260015. OLE color: 11260015.

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

Color convert

RGB 111 208 171 -
CMYK 0.47 0 0.18 0.18
HSL 157.11º 0.51% 0.63% -
HSV(B) 157.11º 0.47% 0.82% -
XYZ 36.46 51.43 46.53 -
YUV 174.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 111 208 171 0.47 0 0.18 0.18 157.11 0.51 0.63
Hex 6F D0 AB 2F 0 12 12 9D 33 3F
Octal 157 320 253 57 0 22 22 235 63 77
Binary 1101111 11010000 10101011 101111 0 10010 10010 10011101 110011 111111

Color Harmonies of #6FD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0AB

Black with #6FD0AB

Text Example


Text Example

White with #6FD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,171); }

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

background-color css

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

 a { background-color: rgb(111,208,171); }

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

border-color css

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

 span { border-color: rgb(111,208,171); }

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