Html Css Color HEX #6BEDB0 Medium Aquamarine

📋 copy color: '#6BEDB0'

red 107 ◦ green 237 ◦ blue 176

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

Shades of Medium Aquamarine #6BEDB0

Tints of Medium Aquamarine #6BEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 20.58%
G = 45.58%
B = 33.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#6BEDB0 (or 0x6BEDB0) is known color: Medium Aquamarine. HEX triplet: 6B, ED and B0. RGB value is (107,237,176). Sum of RGB (Red+Green+Blue) = 107+237+176=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDB0 is #94124F. Grayscale: #BFBFBF. Windows color (decimal): -9704016 or 11595115. OLE color: 11595115.

HSL color Cylindrical-coordinate representation of color #6BEDB0: hue angle of 151.85º 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 #6BEDB0 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 176 -
CMYK 0.55 0 0.26 0.07
HSL 151.85º 0.78% 0.67% -
HSV(B) 151.85º 0.55% 0.93% -
XYZ 44.18 66.83 51.64 -
YUV 191.18 119.43 67.96 -
System Red Green Blue C M Y K H S L
Decimal 107 237 176 0.55 0 0.26 0.07 151.85 0.78 0.67
Hex 6B ED B0 37 0 1A 7 98 4E 43
Octal 153 355 260 67 0 32 7 230 116 103
Binary 1101011 11101101 10110000 110111 0 11010 111 10011000 1001110 1000011

Color Harmonies of #6BEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDB0

Black with #6BEDB0

Text Example


Text Example

White with #6BEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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