#6CF5C4

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

Shades of Aquamarine #6CF5C4

Tints of Aquamarine #6CF5C4

Color information

#6CF5C4 (or 0x6CF5C4) is unknown color: approx Aquamarine. HEX triplet: 6C, F5 and C4. RGB value is (108,245,196). Sum of RGB (Red+Green+Blue) = 108+245+196=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF5C4 is #930A3B. Grayscale: #C6C6C6. Windows color (decimal): -9636412 or 12907884. OLE color: 12907884.

HSL color Cylindrical-coordinate representation of color #6CF5C4: hue angle of 158.54º 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 #6CF5C4 is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB108245196-
CMYK0.5600.20.04
HSL158.54º87.26%69.22%-
HSV(B)158.54º55.92%96.08%-
XYZ48.872.4863.64-
YUV198.45126.6163.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.67%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=19.67%
G=44.63%
B=35.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082451960.5600.20.04158.5487.2669.22
Hex6CF5C43801449f5745
Octal154365304700244237127105
Binary110110011110101110001001110000101001001001111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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