#6CF5B5

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

Shades of Aquamarine #6CF5B5

Tints of Aquamarine #6CF5B5

Color information

#6CF5B5 (or 0x6CF5B5) is unknown color: approx Aquamarine. HEX triplet: 6C, F5 and B5. RGB value is (108,245,181). Sum of RGB (Red+Green+Blue) = 108+245+181=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF5B5 is #930A4A. Grayscale: #C4C4C4. Windows color (decimal): -9636427 or 11924844. OLE color: 11924844.

HSL color Cylindrical-coordinate representation of color #6CF5B5: hue angle of 151.97º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF5B5 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB108245181-
CMYK0.5600.260.04
HSL151.97º87.26%69.22%-
HSV(B)151.97º55.92%96.08%-
XYZ47.1871.8355.09-
YUV196.74119.1164.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.22%
GREEN value IS 245 (96.09% from 255) = 45.88%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=20.22%
G=45.88%
B=33.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082451810.5600.260.04151.9787.2669.22
Hex6CF5B53801A4985745
Octal154365265700324230127105
Binary110110011110101101101011110000110101001001100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,245,181); }

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

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

 a { background-color: rgb(108,245,181); }

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

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

 span { border-color: rgb(108,245,181); }

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