Html Css Color HEX #6DCEAF Medium Aquamarine

📋 copy color: '#6DCEAF'

red 109 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #6DCEAF

Tints of Medium Aquamarine #6DCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 22.24%
G = 42.04%
B = 35.71%

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

#6DCEAF (or 0x6DCEAF) is known color: Medium Aquamarine. HEX triplet: 6D, CE and AF. RGB value is (109,206,175). Sum of RGB (Red+Green+Blue) = 109+206+175=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCEAF is #923150. Grayscale: #ADADAD. Windows color (decimal): -9580881 or 11521645. OLE color: 11521645.

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

Color convert

RGB 109 206 175 -
CMYK 0.47 0 0.15 0.19
HSL 160.82º 0.5% 0.62% -
HSV(B) 160.82º 0.47% 0.81% -
XYZ 36.12 50.49 48.4 -
YUV 173.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 109 206 175 0.47 0 0.15 0.19 160.82 0.5 0.62
Hex 6D CE AF 2F 0 F 13 A1 32 3E
Octal 155 316 257 57 0 17 23 241 62 76
Binary 1101101 11001110 10101111 101111 0 1111 10011 10100001 110010 111110

Color Harmonies of #6DCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCEAF

Black with #6DCEAF

Text Example


Text Example

White with #6DCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,206,175); }

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

background-color css

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

 a { background-color: rgb(109,206,175); }

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

border-color css

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

 span { border-color: rgb(109,206,175); }

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