#6FF1CA

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

Shades of Aquamarine #6FF1CA

Tints of Aquamarine #6FF1CA

Color information

#6FF1CA (or 0x6FF1CA) is unknown color: approx Aquamarine. HEX triplet: 6F, F1 and CA. RGB value is (111,241,202). Sum of RGB (Red+Green+Blue) = 111+241+202=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1CA is #900E35. Grayscale: #C5C5C5. Windows color (decimal): -9440822 or 13300079. OLE color: 13300079.

HSL color Cylindrical-coordinate representation of color #6FF1CA: hue angle of 162º 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 #6FF1CA is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB111241202-
CMYK0.5400.160.05
HSL162º82.28%69.02%-
HSV(B)162º53.94%94.51%-
XYZ48.6770.5566.93-
YUV197.68130.4366.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.04%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=20.04%
G=43.50%
B=36.46%

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
Decimal1112412020.5400.160.0516282.2869.02
Hex6FF1CA360105a25245
Octal157361312660205242122105
Binary110111111110001110010101101100100001011010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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