Html Css Color HEX #6BD8AF Medium Aquamarine

📋 copy color: '#6BD8AF'

red 107 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #6BD8AF

Tints of Medium Aquamarine #6BD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

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

R = 21.49%
G = 43.37%
B = 35.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6BD8AF (or 0x6BD8AF) is known color: Medium Aquamarine. HEX triplet: 6B, D8 and AF. RGB value is (107,216,175). Sum of RGB (Red+Green+Blue) = 107+216+175=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD8AF is #942750. Grayscale: #B2B2B2. Windows color (decimal): -9709393 or 11524203. OLE color: 11524203.

HSL color Cylindrical-coordinate representation of color #6BD8AF: hue angle of 157.43º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8AF is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 175 -
CMYK 0.50 0 0.19 0.15
HSL 157.43º 0.58% 0.63% -
HSV(B) 157.43º 0.5% 0.85% -
XYZ 38.36 55.33 49.22 -
YUV 178.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 107 216 175 0.50 0 0.19 0.15 157.43 0.58 0.63
Hex 6B D8 AF 32 0 13 F 9D 3A 3F
Octal 153 330 257 62 0 23 17 235 72 77
Binary 1101011 11011000 10101111 110010 0 10011 1111 10011101 111010 111111

Color Harmonies of #6BD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD8AF

Black with #6BD8AF

Text Example


Text Example

White with #6BD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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