#6CF2B1

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

Shades of Medium Aquamarine #6CF2B1

Tints of Medium Aquamarine #6CF2B1

Color information

#6CF2B1 (or 0x6CF2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, F2 and B1. RGB value is (108,242,177). Sum of RGB (Red+Green+Blue) = 108+242+177=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF2B1 is #930D4E. Grayscale: #C2C2C2. Windows color (decimal): -9637199 or 11661932. OLE color: 11661932.

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

Color convert

RGB108242177-
CMYK0.5500.270.05
HSL150.9º83.75%68.63%-
HSV(B)150.9º55.37%94.9%-
XYZ45.8769.8752.66-
YUV194.52118.1166.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.49%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=20.49%
G=45.92%
B=33.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082421770.5500.270.05150.983.7568.63
Hex6CF2B13701B5975445
Octal154362261670335227124105
Binary110110011110010101100011101110110111011001011110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,242,177); }

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

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

 a { background-color: rgb(108,242,177); }

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

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

 span { border-color: rgb(108,242,177); }

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