#6CF9CA

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

Shades of Aquamarine #6CF9CA

Tints of Aquamarine #6CF9CA

Color information

#6CF9CA (or 0x6CF9CA) is unknown color: approx Aquamarine. HEX triplet: 6C, F9 and CA. RGB value is (108,249,202). Sum of RGB (Red+Green+Blue) = 108+249+202=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #6CF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF9CA is #930635. Grayscale: #C9C9C9. Windows color (decimal): -9635382 or 13302124. OLE color: 13302124.

HSL color Cylindrical-coordinate representation of color #6CF9CA: hue angle of 160º degrees, saturation: 0.92, 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 #6CF9CA is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB108249202-
CMYK0.5700.190.02
HSL160º92.16%70%-
HSV(B)160º56.63%97.65%-
XYZ50.7275.267.72-
YUV201.48128.2961.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.32%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=19.32%
G=44.54%
B=36.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082492020.5700.190.0216092.1670
Hex6CF9CA390132a05c46
Octal154371312710232240134106
Binary11011001111100111001010111001010011101010000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,249,202); }

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

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

 a { background-color: rgb(108,249,202); }

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

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

 span { border-color: rgb(108,249,202); }

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