#68DF98

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

Shades of Medium Aquamarine #68DF98

Tints of Medium Aquamarine #68DF98

Color information

#68DF98 (or 0x68DF98) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DF and 98. RGB value is (104,223,152). Sum of RGB (Red+Green+Blue) = 104+223+152=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF98 is #972067. Grayscale: #B3B3B3. Windows color (decimal): -9904232 or 10018664. OLE color: 10018664.

HSL color Cylindrical-coordinate representation of color #68DF98: hue angle of 144.2º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF98 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB104223152-
CMYK0.5300.320.13
HSL144.2º65.03%64.12%-
HSV(B)144.2º53.36%87.45%-
XYZ37.7657.9938.91-
YUV179.32112.5874.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 223 (87.5% from 255) = 46.56%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=21.71%
G=46.56%
B=31.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042231520.5300.320.13144.265.0364.12
Hex68DF9835020D904140
Octal1503372306504015220101100
Binary11010001101111110011000110101010000011011001000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DF98; }

 p { color: rgb(104,223,152); }

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

<style>
 a { background-color: #68DF98; }

 a { background-color: rgb(104,223,152); }

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

<style>
 span { border-color: #68DF98; }

 span { border-color: rgb(104,223,152); }

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