#6FF1CB

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

Shades of Aquamarine #6FF1CB

Tints of Aquamarine #6FF1CB

Color information

#6FF1CB (or 0x6FF1CB) is unknown color: approx Aquamarine. HEX triplet: 6F, F1 and CB. RGB value is (111,241,203). Sum of RGB (Red+Green+Blue) = 111+241+203=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1CB is #900E34. Grayscale: #C5C5C5. Windows color (decimal): -9440821 or 13365615. OLE color: 13365615.

HSL color Cylindrical-coordinate representation of color #6FF1CB: hue angle of 162.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1CB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB111241203-
CMYK0.5400.160.05
HSL162.46º82.28%69.02%-
HSV(B)162.46º53.94%94.51%-
XYZ48.7970.667.56-
YUV197.8130.9366.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=20%
G=43.42%
B=36.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112412030.5400.160.05162.4682.2869.02
Hex6FF1CB360105a25245
Octal157361313660205242122105
Binary110111111110001110010111101100100001011010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,241,203); }

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

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

 a { background-color: rgb(111,241,203); }

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

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

 span { border-color: rgb(111,241,203); }

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