Html Css Color HEX #6FDCAF Medium Aquamarine

📋 copy color: '#6FDCAF'

red 111 ◦ green 220 ◦ blue 175

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

Shades of Medium Aquamarine #6FDCAF

Tints of Medium Aquamarine #6FDCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

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

R = 21.94%
G = 43.48%
B = 34.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6FDCAF (or 0x6FDCAF) is known color: Medium Aquamarine. HEX triplet: 6F, DC and AF. RGB value is (111,220,175). Sum of RGB (Red+Green+Blue) = 111+220+175=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDCAF is #902350. Grayscale: #B6B6B6. Windows color (decimal): -9446225 or 11525231. OLE color: 11525231.

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

Color convert

RGB 111 220 175 -
CMYK 0.50 0 0.20 0.14
HSL 155.23º 0.61% 0.65% -
HSV(B) 155.23º 0.5% 0.86% -
XYZ 39.89 57.66 49.58 -
YUV 182.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 111 220 175 0.50 0 0.20 0.14 155.23 0.61 0.65
Hex 6F DC AF 32 0 14 E 9B 3D 41
Octal 157 334 257 62 0 24 16 233 75 101
Binary 1101111 11011100 10101111 110010 0 10100 1110 10011011 111101 1000001

Color Harmonies of #6FDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCAF

Black with #6FDCAF

Text Example


Text Example

White with #6FDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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