Html Css Color HEX #68EE98 Medium Aquamarine

📋 copy color: '#68EE98'

red 104 ◦ green 238 ◦ blue 152

#68EE98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #68EE98

Tints of Medium Aquamarine #68EE98

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 value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#68EE98 (or 0x68EE98) is known color: 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

RGB 104 238 152 -
CMYK 0.56 0 0.36 0.07
HSL 141.49º 0.8% 0.67% -
HSV(B) 141.49º 0.56% 0.93% -
XYZ 41.95 66.36 40.3 -
YUV 188.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 104 238 152 0.56 0 0.36 0.07 141.49 0.8 0.67
Hex 68 EE 98 38 0 24 7 8D 50 43
Octal 150 356 230 70 0 44 7 215 120 103
Binary 1101000 11101110 10011000 111000 0 100100 111 10001101 1010000 1000011

Color Harmonies of #68EE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EE98

Black with #68EE98

Text Example


Text Example

White with #68EE98

Text Example


Text Example

HTML Codes & Css Web 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>