Html Css Color HEX #6DCCAF Medium Aquamarine

📋 copy color: '#6DCCAF'

red 109 ◦ green 204 ◦ blue 175

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

Shades of Medium Aquamarine #6DCCAF

Tints of Medium Aquamarine #6DCCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

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

R = 22.34%
G = 41.8%
B = 35.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#6DCCAF (or 0x6DCCAF) is known color: Medium Aquamarine. HEX triplet: 6D, CC and AF. RGB value is (109,204,175). Sum of RGB (Red+Green+Blue) = 109+204+175=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCCAF is #923350. Grayscale: #ACACAC. Windows color (decimal): -9581393 or 11521133. OLE color: 11521133.

HSL color Cylindrical-coordinate representation of color #6DCCAF: hue angle of 161.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCAF is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 175 -
CMYK 0.47 0 0.14 0.2
HSL 161.68º 0.48% 0.61% -
HSV(B) 161.68º 0.47% 0.8% -
XYZ 35.64 49.53 48.24 -
YUV 172.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 109 204 175 0.47 0 0.14 0.2 161.68 0.48 0.61
Hex 6D CC AF 2F 0 E 14 A2 30 3D
Octal 155 314 257 57 0 16 24 242 60 75
Binary 1101101 11001100 10101111 101111 0 1110 10100 10100010 110000 111101

Color Harmonies of #6DCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCAF

Black with #6DCCAF

Text Example


Text Example

White with #6DCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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