#6CFBDB

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

Shades of Aquamarine #6CFBDB

Tints of Aquamarine #6CFBDB

Color information

#6CFBDB (or 0x6CFBDB) is unknown color: approx Aquamarine. HEX triplet: 6C, FB and DB. RGB value is (108,251,219). Sum of RGB (Red+Green+Blue) = 108+251+219=578 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.69% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFBDB is #930424. Grayscale: #CCCCCC. Windows color (decimal): -9634853 or 14416748. OLE color: 14416748.

HSL color Cylindrical-coordinate representation of color #6CFBDB: hue angle of 166.57º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBDB is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB108251219-
CMYK0.5700.130.02
HSL166.57º94.7%70.39%-
HSV(B)166.57º56.97%98.43%-
XYZ53.4777.379.12-
YUV204.6136.1259.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.69%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=18.69%
G=43.43%
B=37.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082512190.5700.130.02166.5794.770.39
Hex6CFBDB390D2a75f46
Octal154373333710152247137106
Binary1101100111110111101101111100101101101010011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,251,219); }

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

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

 a { background-color: rgb(108,251,219); }

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

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

 span { border-color: rgb(108,251,219); }

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