Html Css Color HEX #6ECFAF Medium Aquamarine

📋 copy color: '#6ECFAF'

red 110 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #6ECFAF

Tints of Medium Aquamarine #6ECFAF

RGB

 RED value IS 110 (43.36% from 255) = 22.36%

 GREEN value IS 207 (81.25% from 255) = 42.07%

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

R = 22.36%
G = 42.07%
B = 35.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#6ECFAF (or 0x6ECFAF) is known color: Medium Aquamarine. HEX triplet: 6E, CF and AF. RGB value is (110,207,175). Sum of RGB (Red+Green+Blue) = 110+207+175=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECFAF is #913050. Grayscale: #AEAEAE. Windows color (decimal): -9515089 or 11521902. OLE color: 11521902.

HSL color Cylindrical-coordinate representation of color #6ECFAF: hue angle of 160.21º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFAF is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 207 175 -
CMYK 0.47 0 0.15 0.19
HSL 160.21º 0.5% 0.62% -
HSV(B) 160.21º 0.47% 0.81% -
XYZ 36.48 51.04 48.49 -
YUV 174.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 110 207 175 0.47 0 0.15 0.19 160.21 0.5 0.62
Hex 6E CF AF 2F 0 F 13 A0 32 3E
Octal 156 317 257 57 0 17 23 240 62 76
Binary 1101110 11001111 10101111 101111 0 1111 10011 10100000 110010 111110

Color Harmonies of #6ECFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFAF

Black with #6ECFAF

Text Example


Text Example

White with #6ECFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,207,175); }

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

background-color css

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

 a { background-color: rgb(110,207,175); }

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

border-color css

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

 span { border-color: rgb(110,207,175); }

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