#6BBEA5

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

Shades of Medium Aquamarine #6BBEA5

Tints of Medium Aquamarine #6BBEA5

Color information

#6BBEA5 (or 0x6BBEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, BE and A5. RGB value is (107,190,165). Sum of RGB (Red+Green+Blue) = 107+190+165=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA5 is #94415A. Grayscale: #A2A2A2. Windows color (decimal): -9716059 or 10862187. OLE color: 10862187.

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

Color convert

RGB107190165-
CMYK0.4400.130.25
HSL161.93º38.97%58.24%-
HSV(B)161.93º43.68%74.51%-
XYZ31.2742.6742.19-
YUV162.33129.588.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=23.16%
G=41.13%
B=35.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901650.4400.130.25161.9338.9758.24
Hex6BBEA52C0D19a2273a
Octal15327624554015312424772
Binary11010111011111010100101101100011011100110100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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