Html Css Color HEX #6BDDAF Medium Aquamarine

📋 copy color: '#6BDDAF'

red 107 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #6BDDAF

Tints of Medium Aquamarine #6BDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

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

R = 21.27%
G = 43.94%
B = 34.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#6BDDAF (or 0x6BDDAF) is known color: Medium Aquamarine. HEX triplet: 6B, DD and AF. RGB value is (107,221,175). Sum of RGB (Red+Green+Blue) = 107+221+175=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDDAF is #942250. Grayscale: #B5B5B5. Windows color (decimal): -9708113 or 11525483. OLE color: 11525483.

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

Color convert

RGB 107 221 175 -
CMYK 0.52 0 0.21 0.13
HSL 155.79º 0.63% 0.64% -
HSV(B) 155.79º 0.52% 0.87% -
XYZ 39.66 57.93 49.65 -
YUV 181.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 107 221 175 0.52 0 0.21 0.13 155.79 0.63 0.64
Hex 6B DD AF 34 0 15 D 9C 3F 40
Octal 153 335 257 64 0 25 15 234 77 100
Binary 1101011 11011101 10101111 110100 0 10101 1101 10011100 111111 1000000

Color Harmonies of #6BDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDAF

Black with #6BDDAF

Text Example


Text Example

White with #6BDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,175); }

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

background-color css

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

 a { background-color: rgb(107,221,175); }

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

border-color css

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

 span { border-color: rgb(107,221,175); }

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