#68EE98

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

Shades of Medium Aquamarine #68EE98

Tints of Medium Aquamarine #68EE98

Color information

#68EE98 (or 0x68EE98) is unknown color: approx Medium Aquamarine. HEX triplet: 68, EE and 98. RGB value is (104,238,152). Sum of RGB (Red+Green+Blue) = 104+238+152=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE98 is #971167. Grayscale: #BCBCBC. Windows color (decimal): -9900392 or 10022504. OLE color: 10022504.

HSL color Cylindrical-coordinate representation of color #68EE98: hue angle of 141.49º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE98 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB104238152-
CMYK0.5600.360.07
HSL141.49º79.76%67.06%-
HSV(B)141.49º56.3%93.33%-
XYZ41.9566.3640.3-
YUV188.13107.6167.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 238 (93.36% from 255) = 48.18%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=21.05%
G=48.18%
B=30.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042381520.5600.360.07141.4979.7667.06
Hex68EE983802478d5043
Octal150356230700447215120103
Binary1101000111011101001100011100001001001111000110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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