Html Css Color HEX #6BDD9D Medium Aquamarine

📋 copy color: '#6BDD9D'

red 107 ◦ green 221 ◦ blue 157

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

Shades of Medium Aquamarine #6BDD9D

Tints of Medium Aquamarine #6BDD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 22.06%
G = 45.57%
B = 32.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#6BDD9D (or 0x6BDD9D) is known color: Medium Aquamarine. HEX triplet: 6B, DD and 9D. RGB value is (107,221,157). Sum of RGB (Red+Green+Blue) = 107+221+157=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDD9D is #942262. Grayscale: #B3B3B3. Windows color (decimal): -9708131 or 10345835. OLE color: 10345835.

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

Color convert

RGB 107 221 157 -
CMYK 0.52 0 0.29 0.13
HSL 146.32º 0.63% 0.64% -
HSV(B) 146.32º 0.52% 0.87% -
XYZ 38.01 57.27 40.95 -
YUV 179.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 107 221 157 0.52 0 0.29 0.13 146.32 0.63 0.64
Hex 6B DD 9D 34 0 1D D 92 3F 40
Octal 153 335 235 64 0 35 15 222 77 100
Binary 1101011 11011101 10011101 110100 0 11101 1101 10010010 111111 1000000

Color Harmonies of #6BDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDD9D

Black with #6BDD9D

Text Example


Text Example

White with #6BDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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