#6DFFCB

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

Shades of Aquamarine #6DFFCB

Tints of Aquamarine #6DFFCB

Color information

#6DFFCB (or 0x6DFFCB) is unknown color: approx Aquamarine. HEX triplet: 6D, FF and CB. RGB value is (109,255,203). Sum of RGB (Red+Green+Blue) = 109+255+203=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFCB is #920034. Grayscale: #CDCDCD. Windows color (decimal): -9568309 or 13369197. OLE color: 13369197.

HSL color Cylindrical-coordinate representation of color #6DFFCB: hue angle of 158.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFCB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB109255203-
CMYK0.5700.200
HSL158.63º100%71.37%-
HSV(B)158.63º57.25%100%-
XYZ52.8579.0868.98-
YUV205.42126.6359.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.22%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=19.22%
G=44.97%
B=35.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092552030.5700.200158.6310071.37
Hex6DFFCB3901409f6447
Octal155377313710240237144107
Binary1101101111111111100101111100101010001001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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