Html Css Color HEX #68EDAD Medium Aquamarine

📋 copy color: '#68EDAD'

red 104 ◦ green 237 ◦ blue 173

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

Shades of Medium Aquamarine #68EDAD

Tints of Medium Aquamarine #68EDAD

RGB

 RED value IS 104 (41.02% from 255) = 20.23%

 GREEN value IS 237 (92.97% from 255) = 46.11%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 20.23%
G = 46.11%
B = 33.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#68EDAD (or 0x68EDAD) is known color: Medium Aquamarine. HEX triplet: 68, ED and AD. RGB value is (104,237,173). Sum of RGB (Red+Green+Blue) = 104+237+173=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EDAD is #971252. Grayscale: #BEBEBE. Windows color (decimal): -9900627 or 11398504. OLE color: 11398504.

HSL color Cylindrical-coordinate representation of color #68EDAD: hue angle of 151.13º degrees, saturation: 0.79, 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 #68EDAD is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 173 -
CMYK 0.56 0 0.27 0.07
HSL 151.13º 0.79% 0.67% -
HSV(B) 151.13º 0.56% 0.93% -
XYZ 43.54 66.53 50.08 -
YUV 189.94 118.44 66.7 -
System Red Green Blue C M Y K H S L
Decimal 104 237 173 0.56 0 0.27 0.07 151.13 0.79 0.67
Hex 68 ED AD 38 0 1B 7 97 4F 43
Octal 150 355 255 70 0 33 7 227 117 103
Binary 1101000 11101101 10101101 111000 0 11011 111 10010111 1001111 1000011

Color Harmonies of #68EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDAD

Black with #68EDAD

Text Example


Text Example

White with #68EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,237,173); }

 H1.HeaderClassName
 {
   color: #68EDAD;
 }
 .AnyTagClassName
 {
   color: #68EDAD;
 }
</style>

background-color css

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

 a { background-color: rgb(104,237,173); }

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

border-color css

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

 span { border-color: rgb(104,237,173); }

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