Html Css Color HEX #6BBEA6 Medium Aquamarine

📋 copy color: '#6BBEA6'

red 107 ◦ green 190 ◦ blue 166

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

Shades of Medium Aquamarine #6BBEA6

Tints of Medium Aquamarine #6BBEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 23.11%
G = 41.04%
B = 35.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#6BBEA6 (or 0x6BBEA6) is known color: Medium Aquamarine. HEX triplet: 6B, BE and A6. RGB value is (107,190,166). Sum of RGB (Red+Green+Blue) = 107+190+166=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA6 is #944159. Grayscale: #A2A2A2. Windows color (decimal): -9716058 or 10927723. OLE color: 10927723.

HSL color Cylindrical-coordinate representation of color #6BBEA6: hue angle of 162.65º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEA6 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 166 -
CMYK 0.44 0 0.13 0.25
HSL 162.65º 0.39% 0.58% -
HSV(B) 162.65º 0.44% 0.75% -
XYZ 31.36 42.71 42.67 -
YUV 162.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 107 190 166 0.44 0 0.13 0.25 162.65 0.39 0.58
Hex 6B BE A6 2C 0 D 19 A3 27 3A
Octal 153 276 246 54 0 15 31 243 47 72
Binary 1101011 10111110 10100110 101100 0 1101 11001 10100011 100111 111010

Color Harmonies of #6BBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEA6

Black with #6BBEA6

Text Example


Text Example

White with #6BBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,190,166); }

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

background-color css

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

 a { background-color: rgb(107,190,166); }

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

border-color css

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

 span { border-color: rgb(107,190,166); }

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