Html Css Color HEX #6BEDA0 Medium Aquamarine

📋 copy color: '#6BEDA0'

red 107 ◦ green 237 ◦ blue 160

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

Shades of Medium Aquamarine #6BEDA0

Tints of Medium Aquamarine #6BEDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 21.23%
G = 47.02%
B = 31.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#6BEDA0 (or 0x6BEDA0) is known color: Medium Aquamarine. HEX triplet: 6B, ED and A0. RGB value is (107,237,160). Sum of RGB (Red+Green+Blue) = 107+237+160=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDA0 is #94125F. Grayscale: #BDBDBD. Windows color (decimal): -9704032 or 10546539. OLE color: 10546539.

HSL color Cylindrical-coordinate representation of color #6BEDA0: hue angle of 144.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDA0 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 160 -
CMYK 0.55 0 0.32 0.07
HSL 144.46º 0.78% 0.67% -
HSV(B) 144.46º 0.55% 0.93% -
XYZ 42.69 66.23 43.79 -
YUV 189.35 111.43 69.26 -
System Red Green Blue C M Y K H S L
Decimal 107 237 160 0.55 0 0.32 0.07 144.46 0.78 0.67
Hex 6B ED A0 37 0 20 7 90 4E 43
Octal 153 355 240 67 0 40 7 220 116 103
Binary 1101011 11101101 10100000 110111 0 100000 111 10010000 1001110 1000011

Color Harmonies of #6BEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDA0

Black with #6BEDA0

Text Example


Text Example

White with #6BEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,237,160); }

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

background-color css

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

 a { background-color: rgb(107,237,160); }

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

border-color css

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

 span { border-color: rgb(107,237,160); }

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