Html Css Color HEX #6BEAAB Medium Aquamarine

📋 copy color: '#6BEAAB'

red 107 ◦ green 234 ◦ blue 171

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

Shades of Medium Aquamarine #6BEAAB

Tints of Medium Aquamarine #6BEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 20.9%
G = 45.7%
B = 33.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#6BEAAB (or 0x6BEAAB) is known color: Medium Aquamarine. HEX triplet: 6B, EA and AB. RGB value is (107,234,171). Sum of RGB (Red+Green+Blue) = 107+234+171=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEAAB is #941554. Grayscale: #BCBCBC. Windows color (decimal): -9704789 or 11266667. OLE color: 11266667.

HSL color Cylindrical-coordinate representation of color #6BEAAB: hue angle of 150.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAAB is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 171 -
CMYK 0.54 0 0.27 0.08
HSL 150.24º 0.75% 0.67% -
HSV(B) 150.24º 0.54% 0.92% -
XYZ 42.84 64.91 48.8 -
YUV 188.85 117.92 69.62 -
System Red Green Blue C M Y K H S L
Decimal 107 234 171 0.54 0 0.27 0.08 150.24 0.75 0.67
Hex 6B EA AB 36 0 1B 8 96 4B 43
Octal 153 352 253 66 0 33 10 226 113 103
Binary 1101011 11101010 10101011 110110 0 11011 1000 10010110 1001011 1000011

Color Harmonies of #6BEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAAB

Black with #6BEAAB

Text Example


Text Example

White with #6BEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,234,171); }

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

background-color css

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

 a { background-color: rgb(107,234,171); }

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

border-color css

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

 span { border-color: rgb(107,234,171); }

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