#6DF1B8

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

Shades of Aquamarine #6DF1B8

Tints of Aquamarine #6DF1B8

Color information

#6DF1B8 (or 0x6DF1B8) is unknown color: approx Aquamarine. HEX triplet: 6D, F1 and B8. RGB value is (109,241,184). Sum of RGB (Red+Green+Blue) = 109+241+184=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1B8 is #920E47. Grayscale: #C3C3C3. Windows color (decimal): -9571912 or 12120429. OLE color: 12120429.

HSL color Cylindrical-coordinate representation of color #6DF1B8: hue angle of 154.09º degrees, saturation: 0.82, 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 #6DF1B8 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB109241184-
CMYK0.5500.240.05
HSL154.09º82.5%68.63%-
HSV(B)154.09º54.77%94.51%-
XYZ46.4169.6256.34-
YUV195.03121.7766.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.41%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=20.41%
G=45.13%
B=34.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092411840.5500.240.05154.0982.568.63
Hex6DF1B83701859a5245
Octal155361270670305232122105
Binary110110111110001101110001101110110001011001101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,241,184); }

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

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

 a { background-color: rgb(109,241,184); }

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

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

 span { border-color: rgb(109,241,184); }

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