Html Css Color HEX #6BDFAA Medium Aquamarine

📋 copy color: '#6BDFAA'

red 107 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #6BDFAA

Tints of Medium Aquamarine #6BDFAA

RGB

 RED value IS 107 (42.19% from 255) = 21.4%

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

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

R = 21.4%
G = 44.6%
B = 34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#6BDFAA (or 0x6BDFAA) is known color: Medium Aquamarine. HEX triplet: 6B, DF and AA. RGB value is (107,223,170). Sum of RGB (Red+Green+Blue) = 107+223+170=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDFAA is #942055. Grayscale: #B6B6B6. Windows color (decimal): -9707606 or 11198315. OLE color: 11198315.

HSL color Cylindrical-coordinate representation of color #6BDFAA: hue angle of 152.59º degrees, saturation: 0.64, 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 #6BDFAA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 170 -
CMYK 0.52 0 0.24 0.13
HSL 152.59º 0.64% 0.65% -
HSV(B) 152.59º 0.52% 0.87% -
XYZ 39.71 58.8 47.29 -
YUV 182.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 107 223 170 0.52 0 0.24 0.13 152.59 0.64 0.65
Hex 6B DF AA 34 0 18 D 99 40 41
Octal 153 337 252 64 0 30 15 231 100 101
Binary 1101011 11011111 10101010 110100 0 11000 1101 10011001 1000000 1000001

Color Harmonies of #6BDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFAA

Black with #6BDFAA

Text Example


Text Example

White with #6BDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,170); }

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

background-color css

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

 a { background-color: rgb(107,223,170); }

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

border-color css

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

 span { border-color: rgb(107,223,170); }

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