Html Css Color HEX #68EBAA Medium Aquamarine

📋 copy color: '#68EBAA'

red 104 ◦ green 235 ◦ blue 170

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

Shades of Medium Aquamarine #68EBAA

Tints of Medium Aquamarine #68EBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 20.43%
G = 46.17%
B = 33.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#68EBAA (or 0x68EBAA) is known color: Medium Aquamarine. HEX triplet: 68, EB and AA. RGB value is (104,235,170). Sum of RGB (Red+Green+Blue) = 104+235+170=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBAA is #971455. Grayscale: #BCBCBC. Windows color (decimal): -9901142 or 11201384. OLE color: 11201384.

HSL color Cylindrical-coordinate representation of color #68EBAA: hue angle of 150.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBAA is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 170 -
CMYK 0.56 0 0.28 0.08
HSL 150.23º 0.77% 0.66% -
HSV(B) 150.23º 0.56% 0.92% -
XYZ 42.67 65.26 48.38 -
YUV 188.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 104 235 170 0.56 0 0.28 0.08 150.23 0.77 0.66
Hex 68 EB AA 38 0 1C 8 96 4D 42
Octal 150 353 252 70 0 34 10 226 115 102
Binary 1101000 11101011 10101010 111000 0 11100 1000 10010110 1001101 1000010

Color Harmonies of #68EBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBAA

Black with #68EBAA

Text Example


Text Example

White with #68EBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,170); }

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

background-color css

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

 a { background-color: rgb(104,235,170); }

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

border-color css

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

 span { border-color: rgb(104,235,170); }

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