Html Css Color HEX #68CEAC Medium Aquamarine

📋 copy color: '#68CEAC'

red 104 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #68CEAC

Tints of Medium Aquamarine #68CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 21.58%
G = 42.74%
B = 35.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#68CEAC (or 0x68CEAC) is known color: Medium Aquamarine. HEX triplet: 68, CE and AC. RGB value is (104,206,172). Sum of RGB (Red+Green+Blue) = 104+206+172=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEAC is #973153. Grayscale: #ABABAB. Windows color (decimal): -9908564 or 11325032. OLE color: 11325032.

HSL color Cylindrical-coordinate representation of color #68CEAC: hue angle of 160º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEAC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 172 -
CMYK 0.50 0 0.17 0.19
HSL 160º 0.51% 0.61% -
HSV(B) 160º 0.5% 0.81% -
XYZ 35.23 50.06 46.84 -
YUV 171.63 128.21 79.76 -
System Red Green Blue C M Y K H S L
Decimal 104 206 172 0.50 0 0.17 0.19 160 0.51 0.61
Hex 68 CE AC 32 0 11 13 A0 33 3D
Octal 150 316 254 62 0 21 23 240 63 75
Binary 1101000 11001110 10101100 110010 0 10001 10011 10100000 110011 111101

Color Harmonies of #68CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEAC

Black with #68CEAC

Text Example


Text Example

White with #68CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,172); }

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

background-color css

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

 a { background-color: rgb(104,206,172); }

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

border-color css

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

 span { border-color: rgb(104,206,172); }

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