#6BFED7

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

Shades of Aquamarine #6BFED7

Tints of Aquamarine #6BFED7

Color information

#6BFED7 (or 0x6BFED7) is unknown color: approx Aquamarine. HEX triplet: 6B, FE and D7. RGB value is (107,254,215). Sum of RGB (Red+Green+Blue) = 107+254+215=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFED7 is #940128. Grayscale: #CDCDCD. Windows color (decimal): -9699625 or 14155371. OLE color: 14155371.

HSL color Cylindrical-coordinate representation of color #6BFED7: hue angle of 164.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFED7 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB107254215-
CMYK0.5800.150.00
HSL164.08º98.66%70.78%-
HSV(B)164.08º57.87%99.61%-
XYZ53.7778.9276.69-
YUV205.6133.357.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.58%
GREEN value IS 254 (99.61% from 255) = 44.10%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=18.58%
G=44.10%
B=37.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072542150.5800.150.00164.0898.6670.78
Hex6BFED73A0F0a46347
Octal153376327720170244143107
Binary110101111111110110101111110100111101010010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,254,215); }

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

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

 a { background-color: rgb(107,254,215); }

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

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

 span { border-color: rgb(107,254,215); }

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