Html Css Color HEX #6BEDA2 Medium Aquamarine

📋 copy color: '#6BEDA2'

red 107 ◦ green 237 ◦ blue 162

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

Shades of Medium Aquamarine #6BEDA2

Tints of Medium Aquamarine #6BEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 21.15%
G = 46.84%
B = 32.02%

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

#6BEDA2 (or 0x6BEDA2) is known color: Medium Aquamarine. HEX triplet: 6B, ED and A2. RGB value is (107,237,162). Sum of RGB (Red+Green+Blue) = 107+237+162=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDA2 is #94125D. Grayscale: #BDBDBD. Windows color (decimal): -9704030 or 10677611. OLE color: 10677611.

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

Color convert

RGB 107 237 162 -
CMYK 0.55 0 0.32 0.07
HSL 145.38º 0.78% 0.67% -
HSV(B) 145.38º 0.55% 0.93% -
XYZ 42.87 66.3 44.72 -
YUV 189.58 112.43 69.1 -
System Red Green Blue C M Y K H S L
Decimal 107 237 162 0.55 0 0.32 0.07 145.38 0.78 0.67
Hex 6B ED A2 37 0 20 7 91 4E 43
Octal 153 355 242 67 0 40 7 221 116 103
Binary 1101011 11101101 10100010 110111 0 100000 111 10010001 1001110 1000011

Color Harmonies of #6BEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDA2

Black with #6BEDA2

Text Example


Text Example

White with #6BEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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