Html Css Color HEX #6ADFAF Medium Aquamarine

📋 copy color: '#6ADFAF'

red 106 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #6ADFAF

Tints of Medium Aquamarine #6ADFAF

RGB

 RED value IS 106 (41.8% from 255) = 21.03%

 GREEN value IS 223 (87.5% from 255) = 44.25%

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

R = 21.03%
G = 44.25%
B = 34.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#6ADFAF (or 0x6ADFAF) is known color: Medium Aquamarine. HEX triplet: 6A, DF and AF. RGB value is (106,223,175). Sum of RGB (Red+Green+Blue) = 106+223+175=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADFAF is #952050. Grayscale: #B6B6B6. Windows color (decimal): -9773137 or 11525994. OLE color: 11525994.

HSL color Cylindrical-coordinate representation of color #6ADFAF: hue angle of 155.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFAF is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 223 175 -
CMYK 0.52 0 0.22 0.13
HSL 155.38º 0.65% 0.65% -
HSV(B) 155.38º 0.52% 0.87% -
XYZ 40.07 58.93 49.82 -
YUV 182.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 106 223 175 0.52 0 0.22 0.13 155.38 0.65 0.65
Hex 6A DF AF 34 0 16 D 9B 41 41
Octal 152 337 257 64 0 26 15 233 101 101
Binary 1101010 11011111 10101111 110100 0 10110 1101 10011011 1000001 1000001

Color Harmonies of #6ADFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFAF

Black with #6ADFAF

Text Example


Text Example

White with #6ADFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,223,175); }

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

background-color css

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

 a { background-color: rgb(106,223,175); }

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

border-color css

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

 span { border-color: rgb(106,223,175); }

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