Html Css Color HEX #68C1A4 Medium Aquamarine

📋 copy color: '#68C1A4'

red 104 ◦ green 193 ◦ blue 164

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

Shades of Medium Aquamarine #68C1A4

Tints of Medium Aquamarine #68C1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 22.56%
G = 41.87%
B = 35.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#68C1A4 (or 0x68C1A4) is known color: Medium Aquamarine. HEX triplet: 68, C1 and A4. RGB value is (104,193,164). Sum of RGB (Red+Green+Blue) = 104+193+164=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1A4 is #973E5B. Grayscale: #A3A3A3. Windows color (decimal): -9911900 or 10797416. OLE color: 10797416.

HSL color Cylindrical-coordinate representation of color #68C1A4: hue angle of 160.45º 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 #68C1A4 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 193 164 -
CMYK 0.46 0 0.15 0.24
HSL 160.45º 0.42% 0.58% -
HSV(B) 160.45º 0.46% 0.76% -
XYZ 31.48 43.76 41.91 -
YUV 163.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 104 193 164 0.46 0 0.15 0.24 160.45 0.42 0.58
Hex 68 C1 A4 2E 0 F 18 A0 2A 3A
Octal 150 301 244 56 0 17 30 240 52 72
Binary 1101000 11000001 10100100 101110 0 1111 11000 10100000 101010 111010

Color Harmonies of #68C1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1A4

Black with #68C1A4

Text Example


Text Example

White with #68C1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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