#6DF3CB

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

Shades of Aquamarine #6DF3CB

Tints of Aquamarine #6DF3CB

Color information

#6DF3CB (or 0x6DF3CB) is unknown color: approx Aquamarine. HEX triplet: 6D, F3 and CB. RGB value is (109,243,203). Sum of RGB (Red+Green+Blue) = 109+243+203=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #6DF3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF3CB is #920C34. Grayscale: #C6C6C6. Windows color (decimal): -9571381 or 13366125. OLE color: 13366125.

HSL color Cylindrical-coordinate representation of color #6DF3CB: hue angle of 162.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF3CB is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB109243203-
CMYK0.5500.160.05
HSL162.09º84.81%69.02%-
HSV(B)162.09º55.14%95.29%-
XYZ49.1471.6667.74-
YUV198.37130.6164.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.64%
GREEN value IS 243 (95.31% from 255) = 43.78%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=19.64%
G=43.78%
B=36.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092432030.5500.160.05162.0984.8169.02
Hex6DF3CB370105a25545
Octal155363313670205242125105
Binary110110111110011110010111101110100001011010001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,243,203); }

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

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

 a { background-color: rgb(109,243,203); }

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

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

 span { border-color: rgb(109,243,203); }

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