Html Css Color HEX #6BD2AF Medium Aquamarine

📋 copy color: '#6BD2AF'

red 107 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #6BD2AF

Tints of Medium Aquamarine #6BD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

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

R = 21.75%
G = 42.68%
B = 35.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#6BD2AF (or 0x6BD2AF) is known color: Medium Aquamarine. HEX triplet: 6B, D2 and AF. RGB value is (107,210,175). Sum of RGB (Red+Green+Blue) = 107+210+175=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD2AF is #942D50. Grayscale: #AFAFAF. Windows color (decimal): -9710929 or 11522667. OLE color: 11522667.

HSL color Cylindrical-coordinate representation of color #6BD2AF: hue angle of 159.61º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2AF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 210 175 -
CMYK 0.49 0 0.17 0.18
HSL 159.61º 0.53% 0.62% -
HSV(B) 159.61º 0.49% 0.82% -
XYZ 36.85 52.31 48.71 -
YUV 175.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 107 210 175 0.49 0 0.17 0.18 159.61 0.53 0.62
Hex 6B D2 AF 31 0 11 12 A0 35 3E
Octal 153 322 257 61 0 21 22 240 65 76
Binary 1101011 11010010 10101111 110001 0 10001 10010 10100000 110101 111110

Color Harmonies of #6BD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2AF

Black with #6BD2AF

Text Example


Text Example

White with #6BD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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