Html Css Color HEX #68C1AD Medium Aquamarine

📋 copy color: '#68C1AD'

red 104 ◦ green 193 ◦ blue 173

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

Shades of Medium Aquamarine #68C1AD

Tints of Medium Aquamarine #68C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 22.13%
G = 41.06%
B = 36.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#68C1AD (or 0x68C1AD) is known color: Medium Aquamarine. HEX triplet: 68, C1 and AD. RGB value is (104,193,173). Sum of RGB (Red+Green+Blue) = 104+193+173=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1AD is #973E52. Grayscale: #A4A4A4. Windows color (decimal): -9911891 or 11387240. OLE color: 11387240.

HSL color Cylindrical-coordinate representation of color #68C1AD: hue angle of 166.52º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1AD is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 193 173 -
CMYK 0.46 0 0.10 0.24
HSL 166.52º 0.42% 0.58% -
HSV(B) 166.52º 0.46% 0.76% -
XYZ 32.32 44.1 46.34 -
YUV 164.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 104 193 173 0.46 0 0.10 0.24 166.52 0.42 0.58
Hex 68 C1 AD 2E 0 A 18 A7 2A 3A
Octal 150 301 255 56 0 12 30 247 52 72
Binary 1101000 11000001 10101101 101110 0 1010 11000 10100111 101010 111010

Color Harmonies of #68C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1AD

Black with #68C1AD

Text Example


Text Example

White with #68C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,173); }

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

background-color css

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

 a { background-color: rgb(104,193,173); }

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

border-color css

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

 span { border-color: rgb(104,193,173); }

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