#6BECAE

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

Shades of Medium Aquamarine #6BECAE

Tints of Medium Aquamarine #6BECAE

Color information

#6BECAE (or 0x6BECAE) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EC and AE. RGB value is (107,236,174). Sum of RGB (Red+Green+Blue) = 107+236+174=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAE is #941351. Grayscale: #BEBEBE. Windows color (decimal): -9704274 or 11463787. OLE color: 11463787.

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

Color convert

RGB107236174-
CMYK0.5500.260.07
HSL151.16º77.25%67.25%-
HSV(B)151.16º54.66%92.55%-
XYZ43.766.1750.51-
YUV190.36118.7668.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=20.70%
G=45.65%
B=33.66%

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
Decimal1072361740.5500.260.07151.1677.2567.25
Hex6BECAE3701A7974d43
Octal153354256670327227115103
Binary110101111101100101011101101110110101111001011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,236,174); }

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

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

 a { background-color: rgb(107,236,174); }

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

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

 span { border-color: rgb(107,236,174); }

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