Html Css Color HEX #68EAA2 Medium Aquamarine

📋 copy color: '#68EAA2'

red 104 ◦ green 234 ◦ blue 162

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

Shades of Medium Aquamarine #68EAA2

Tints of Medium Aquamarine #68EAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.4%

R = 20.8%
G = 46.8%
B = 32.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#68EAA2 (or 0x68EAA2) is known color: Medium Aquamarine. HEX triplet: 68, EA and A2. RGB value is (104,234,162). Sum of RGB (Red+Green+Blue) = 104+234+162=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EAA2 is #97155D. Grayscale: #BBBBBB. Windows color (decimal): -9901406 or 10676840. OLE color: 10676840.

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

Color convert

RGB 104 234 162 -
CMYK 0.56 0 0.31 0.08
HSL 146.77º 0.76% 0.66% -
HSV(B) 146.77º 0.56% 0.92% -
XYZ 41.65 64.4 44.42 -
YUV 186.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 104 234 162 0.56 0 0.31 0.08 146.77 0.76 0.66
Hex 68 EA A2 38 0 1F 8 93 4C 42
Octal 150 352 242 70 0 37 10 223 114 102
Binary 1101000 11101010 10100010 111000 0 11111 1000 10010011 1001100 1000010

Color Harmonies of #68EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAA2

Black with #68EAA2

Text Example


Text Example

White with #68EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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