Html Css Color HEX #6DCFAA Medium Aquamarine

📋 copy color: '#6DCFAA'

red 109 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #6DCFAA

Tints of Medium Aquamarine #6DCFAA

RGB

 RED value IS 109 (42.97% from 255) = 22.43%

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 22.43%
G = 42.59%
B = 34.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#6DCFAA (or 0x6DCFAA) is known color: Medium Aquamarine. HEX triplet: 6D, CF and AA. RGB value is (109,207,170). Sum of RGB (Red+Green+Blue) = 109+207+170=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFAA is #923055. Grayscale: #ADADAD. Windows color (decimal): -9580630 or 11194221. OLE color: 11194221.

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

Color convert

RGB 109 207 170 -
CMYK 0.47 0 0.18 0.19
HSL 157.35º 0.51% 0.62% -
HSV(B) 157.35º 0.47% 0.81% -
XYZ 35.88 50.78 45.94 -
YUV 173.48 126.03 82.01 -
System Red Green Blue C M Y K H S L
Decimal 109 207 170 0.47 0 0.18 0.19 157.35 0.51 0.62
Hex 6D CF AA 2F 0 12 13 9D 33 3E
Octal 155 317 252 57 0 22 23 235 63 76
Binary 1101101 11001111 10101010 101111 0 10010 10011 10011101 110011 111110

Color Harmonies of #6DCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFAA

Black with #6DCFAA

Text Example


Text Example

White with #6DCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,170); }

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

background-color css

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

 a { background-color: rgb(109,207,170); }

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

border-color css

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

 span { border-color: rgb(109,207,170); }

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