#6cf4e0

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

Shades of Aquamarine #6CF4E0

Tints of Aquamarine #6CF4E0

Color information

#6CF4E0 (or 0x6CF4E0) is unknown color: approx Aquamarine. HEX triplet: 6C, F4 and E0. RGB value is (108,244,224). Sum of RGB (Red+Green+Blue) = 108+244+224=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF4E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF4E0 is #930B1F. Grayscale: #C9C9C9. Windows color (decimal): -9636640 or 14742636. OLE color: 14742636.

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

Color convert

RGB108244224-
CMYK0.5600.080.04
HSL171.18º86.08%69.02%-
HSV(B)171.18º55.74%95.69%-
XYZ51.9973.2781.92-
YUV201.06140.9461.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.75%
GREEN value IS 244 (95.70% from 255) = 42.36%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=18.75%
G=42.36%
B=38.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082442240.5600.080.04171.1886.0869.02
Hex6CF4E038084ab5645
Octal154364340700104253126105
Binary11011001111010011100000111000010001001010101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cf4e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,244,224); }

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

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

 a { background-color: rgb(108,244,224); }

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

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

 span { border-color: rgb(108,244,224); }

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