Html Css Color HEX #68ECA2 Medium Aquamarine

📋 copy color: '#68ECA2'

red 104 ◦ green 236 ◦ blue 162

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

Shades of Medium Aquamarine #68ECA2

Tints of Medium Aquamarine #68ECA2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 20.72%
G = 47.01%
B = 32.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#68ECA2 (or 0x68ECA2) is known color: Medium Aquamarine. HEX triplet: 68, EC and A2. RGB value is (104,236,162). Sum of RGB (Red+Green+Blue) = 104+236+162=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ECA2 is #97135D. Grayscale: #BCBCBC. Windows color (decimal): -9900894 or 10677352. OLE color: 10677352.

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

Color convert

RGB 104 236 162 -
CMYK 0.56 0 0.31 0.07
HSL 146.36º 0.78% 0.67% -
HSV(B) 146.36º 0.56% 0.93% -
XYZ 42.23 65.54 44.61 -
YUV 188.1 113.27 68.02 -
System Red Green Blue C M Y K H S L
Decimal 104 236 162 0.56 0 0.31 0.07 146.36 0.78 0.67
Hex 68 EC A2 38 0 1F 7 92 4E 43
Octal 150 354 242 70 0 37 7 222 116 103
Binary 1101000 11101100 10100010 111000 0 11111 111 10010010 1001110 1000011

Color Harmonies of #68ECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECA2

Black with #68ECA2

Text Example


Text Example

White with #68ECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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