Html Css Color HEX #6DCFAF Medium Aquamarine

📋 copy color: '#6DCFAF'

red 109 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #6DCFAF

Tints of Medium Aquamarine #6DCFAF

RGB

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

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

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

R = 22.2%
G = 42.16%
B = 35.64%

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

#6DCFAF (or 0x6DCFAF) is known color: Medium Aquamarine. HEX triplet: 6D, CF and AF. RGB value is (109,207,175). Sum of RGB (Red+Green+Blue) = 109+207+175=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFAF is #923050. Grayscale: #AEAEAE. Windows color (decimal): -9580625 or 11521901. OLE color: 11521901.

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

Color convert

RGB 109 207 175 -
CMYK 0.47 0 0.15 0.19
HSL 160.41º 0.51% 0.62% -
HSV(B) 160.41º 0.47% 0.81% -
XYZ 36.36 50.97 48.48 -
YUV 174.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 109 207 175 0.47 0 0.15 0.19 160.41 0.51 0.62
Hex 6D CF AF 2F 0 F 13 A0 33 3E
Octal 155 317 257 57 0 17 23 240 63 76
Binary 1101101 11001111 10101111 101111 0 1111 10011 10100000 110011 111110

Color Harmonies of #6DCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFAF

Black with #6DCFAF

Text Example


Text Example

White with #6DCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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