#6BEEAF

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

Shades of Medium Aquamarine #6BEEAF

Tints of Medium Aquamarine #6BEEAF

Color information

#6BEEAF (or 0x6BEEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EE and AF. RGB value is (107,238,175). Sum of RGB (Red+Green+Blue) = 107+238+175=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEEAF is #941150. Grayscale: #BFBFBF. Windows color (decimal): -9703761 or 11529835. OLE color: 11529835.

HSL color Cylindrical-coordinate representation of color #6BEEAF: hue angle of 151.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEAF is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB107238175-
CMYK0.5500.260.07
HSL151.15º79.39%67.65%-
HSV(B)151.15º55.04%93.33%-
XYZ44.3867.3751.22-
YUV191.65118.667.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.58%
GREEN value IS 238 (93.36% from 255) = 45.77%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=20.58%
G=45.77%
B=33.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072381750.5500.260.07151.1579.3967.65
Hex6BEEAF3701A7974f44
Octal153356257670327227117104
Binary110101111101110101011111101110110101111001011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,238,175); }

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

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

 a { background-color: rgb(107,238,175); }

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

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

 span { border-color: rgb(107,238,175); }

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