#6CF8CB

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

Shades of Aquamarine #6CF8CB

Tints of Aquamarine #6CF8CB

Color information

#6CF8CB (or 0x6CF8CB) is unknown color: approx Aquamarine. HEX triplet: 6C, F8 and CB. RGB value is (108,248,203). Sum of RGB (Red+Green+Blue) = 108+248+203=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF8CB is #930734. Grayscale: #C9C9C9. Windows color (decimal): -9635637 or 13367404. OLE color: 13367404.

HSL color Cylindrical-coordinate representation of color #6CF8CB: hue angle of 160.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8CB is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB108248203-
CMYK0.5600.180.03
HSL160.71º90.91%69.8%-
HSV(B)160.71º56.45%97.25%-
XYZ50.5374.6368.24-
YUV201.01129.1261.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.32%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=19.32%
G=44.36%
B=36.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1082482030.5600.180.03160.7190.9169.8
Hex6CF8CB380123a15b46
Octal154370313700223241133106
Binary11011001111100011001011111000010010111010000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,248,203); }

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

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

 a { background-color: rgb(108,248,203); }

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

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

 span { border-color: rgb(108,248,203); }

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