Html Css Color HEX #68EAAB Medium Aquamarine

📋 copy color: '#68EAAB'

red 104 ◦ green 234 ◦ blue 171

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

Shades of Medium Aquamarine #68EAAB

Tints of Medium Aquamarine #68EAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.97%

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 20.43%
G = 45.97%
B = 33.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#68EAAB (or 0x68EAAB) is known color: Medium Aquamarine. HEX triplet: 68, EA and AB. RGB value is (104,234,171). Sum of RGB (Red+Green+Blue) = 104+234+171=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EAAB is #971554. Grayscale: #BCBCBC. Windows color (decimal): -9901397 or 11266664. OLE color: 11266664.

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

Color convert

RGB 104 234 171 -
CMYK 0.56 0 0.27 0.08
HSL 150.92º 0.76% 0.66% -
HSV(B) 150.92º 0.56% 0.92% -
XYZ 42.48 64.73 48.78 -
YUV 187.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 104 234 171 0.56 0 0.27 0.08 150.92 0.76 0.66
Hex 68 EA AB 38 0 1B 8 97 4C 42
Octal 150 352 253 70 0 33 10 227 114 102
Binary 1101000 11101010 10101011 111000 0 11011 1000 10010111 1001100 1000010

Color Harmonies of #68EAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAAB

Black with #68EAAB

Text Example


Text Example

White with #68EAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,234,171); }

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

background-color css

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

 a { background-color: rgb(104,234,171); }

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

border-color css

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

 span { border-color: rgb(104,234,171); }

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