#6BBEA7

Color #6BBEA7 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6BBEA7

Tints of Medium Aquamarine #6BBEA7

Color information

#6BBEA7 (or 0x6BBEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, BE and A7. RGB value is (107,190,167). Sum of RGB (Red+Green+Blue) = 107+190+167=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA7 is #944158. Grayscale: #A2A2A2. Windows color (decimal): -9716057 or 10993259. OLE color: 10993259.

HSL color Cylindrical-coordinate representation of color #6BBEA7: hue angle of 163.37º 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 #6BBEA7 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB107190167-
CMYK0.4400.120.25
HSL163.37º38.97%58.24%-
HSV(B)163.37º43.68%74.51%-
XYZ31.4542.7443.15-
YUV162.56130.588.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=23.06%
G=40.95%
B=35.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901670.4400.120.25163.3738.9758.24
Hex6BBEA72C0C19a3273a
Octal15327624754014312434772
Binary11010111011111010100111101100011001100110100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BBEA7;
 }
 .AnyTagClassName
 {
   color: #6BBEA7;
 }
</style>
background-color css

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

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

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

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

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

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