#6FFBE1

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

Shades of Aquamarine #6FFBE1

Tints of Aquamarine #6FFBE1

Color information

#6FFBE1 (or 0x6FFBE1) is unknown color: approx Aquamarine. HEX triplet: 6F, FB and E1. RGB value is (111,251,225). Sum of RGB (Red+Green+Blue) = 111+251+225=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBE1 is #90041E. Grayscale: #CECECE. Windows color (decimal): -9438239 or 14809967. OLE color: 14809967.

HSL color Cylindrical-coordinate representation of color #6FFBE1: hue angle of 168.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBE1 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB111251225-
CMYK0.5600.100.02
HSL168.86º94.59%70.98%-
HSV(B)168.86º55.78%98.43%-
XYZ54.6477.8183.37-
YUV206.18138.6260.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.91%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=18.91%
G=42.76%
B=38.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112512250.5600.100.02168.8694.5970.98
Hex6FFBE1380A2a95f47
Octal157373341700122251137107
Binary1101111111110111110000111100001010101010100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,251,225); }

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

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

 a { background-color: rgb(111,251,225); }

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

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

 span { border-color: rgb(111,251,225); }

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