Html Css Color HEX #68EBA2 Medium Aquamarine

📋 copy color: '#68EBA2'

red 104 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #68EBA2

Tints of Medium Aquamarine #68EBA2

RGB

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

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

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

R = 20.76%
G = 46.91%
B = 32.34%

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

#68EBA2 (or 0x68EBA2) is known color: Medium Aquamarine. HEX triplet: 68, EB and A2. RGB value is (104,235,162). Sum of RGB (Red+Green+Blue) = 104+235+162=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA2 is #97145D. Grayscale: #BBBBBB. Windows color (decimal): -9901150 or 10677096. OLE color: 10677096.

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

Color convert

RGB 104 235 162 -
CMYK 0.56 0 0.31 0.08
HSL 146.56º 0.77% 0.66% -
HSV(B) 146.56º 0.56% 0.92% -
XYZ 41.94 64.97 44.51 -
YUV 187.51 113.6 68.44 -
System Red Green Blue C M Y K H S L
Decimal 104 235 162 0.56 0 0.31 0.08 146.56 0.77 0.66
Hex 68 EB A2 38 0 1F 8 93 4D 42
Octal 150 353 242 70 0 37 10 223 115 102
Binary 1101000 11101011 10100010 111000 0 11111 1000 10010011 1001101 1000010

Color Harmonies of #68EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBA2

Black with #68EBA2

Text Example


Text Example

White with #68EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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