Html Css Color HEX #6FDBAF Medium Aquamarine

📋 copy color: '#6FDBAF'

red 111 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #6FDBAF

Tints of Medium Aquamarine #6FDBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

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

R = 21.98%
G = 43.37%
B = 34.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6FDBAF (or 0x6FDBAF) is known color: Medium Aquamarine. HEX triplet: 6F, DB and AF. RGB value is (111,219,175). Sum of RGB (Red+Green+Blue) = 111+219+175=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDBAF is #902450. Grayscale: #B5B5B5. Windows color (decimal): -9446481 or 11524975. OLE color: 11524975.

HSL color Cylindrical-coordinate representation of color #6FDBAF: hue angle of 155.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBAF is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 219 175 -
CMYK 0.49 0 0.20 0.14
HSL 155.56º 0.6% 0.65% -
HSV(B) 155.56º 0.49% 0.86% -
XYZ 39.62 57.14 49.5 -
YUV 181.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 111 219 175 0.49 0 0.20 0.14 155.56 0.6 0.65
Hex 6F DB AF 31 0 14 E 9C 3C 41
Octal 157 333 257 61 0 24 16 234 74 101
Binary 1101111 11011011 10101111 110001 0 10100 1110 10011100 111100 1000001

Color Harmonies of #6FDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBAF

Black with #6FDBAF

Text Example


Text Example

White with #6FDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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