#6FF4BF

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

Shades of Aquamarine #6FF4BF

Tints of Aquamarine #6FF4BF

Color information

#6FF4BF (or 0x6FF4BF) is unknown color: approx Aquamarine. HEX triplet: 6F, F4 and BF. RGB value is (111,244,191). Sum of RGB (Red+Green+Blue) = 111+244+191=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #6FF4BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF4BF is #900B40. Grayscale: #C6C6C6. Windows color (decimal): -9440065 or 12579951. OLE color: 12579951.

HSL color Cylindrical-coordinate representation of color #6FF4BF: hue angle of 156.09º degrees, saturation: 0.86, 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 #6FF4BF is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB111244191-
CMYK0.5500.220.04
HSL156.09º85.81%69.61%-
HSV(B)156.09º54.51%95.69%-
XYZ48.3171.8460.61-
YUV198.19123.9465.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.33%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 191 (75% from 255) = 34.98%
R=20.33%
G=44.69%
B=34.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112441910.5500.220.04156.0985.8169.61
Hex6FF4BF3701649c5646
Octal157364277670264234126106
Binary110111111110100101111111101110101101001001110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,244,191); }

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

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

 a { background-color: rgb(111,244,191); }

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

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

 span { border-color: rgb(111,244,191); }

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