#6EF6CB

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

Shades of Aquamarine #6EF6CB

Tints of Aquamarine #6EF6CB

Color information

#6EF6CB (or 0x6EF6CB) is unknown color: approx Aquamarine. HEX triplet: 6E, F6 and CB. RGB value is (110,246,203). Sum of RGB (Red+Green+Blue) = 110+246+203=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF6CB is #910934. Grayscale: #C8C8C8. Windows color (decimal): -9505077 or 13366894. OLE color: 13366894.

HSL color Cylindrical-coordinate representation of color #6EF6CB: hue angle of 161.03º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF6CB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB110246203-
CMYK0.5500.170.04
HSL161.03º88.31%69.8%-
HSV(B)161.03º55.28%96.47%-
XYZ50.1773.5468.05-
YUV200.43129.4463.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.68%
GREEN value IS 246 (96.48% from 255) = 44.01%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=19.68%
G=44.01%
B=36.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102462030.5500.170.04161.0388.3169.8
Hex6EF6CB370114a15846
Octal156366313670214241130106
Binary110111011110110110010111101110100011001010000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,246,203); }

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

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

 a { background-color: rgb(110,246,203); }

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

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

 span { border-color: rgb(110,246,203); }

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