Html Css Color HEX #68C4A6 Medium Aquamarine

📋 copy color: '#68C4A6'

red 104 ◦ green 196 ◦ blue 166

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

Shades of Medium Aquamarine #68C4A6

Tints of Medium Aquamarine #68C4A6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 22.32%
G = 42.06%
B = 35.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#68C4A6 (or 0x68C4A6) is known color: Medium Aquamarine. HEX triplet: 68, C4 and A6. RGB value is (104,196,166). Sum of RGB (Red+Green+Blue) = 104+196+166=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #68C4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C4A6 is #973B59. Grayscale: #A5A5A5. Windows color (decimal): -9911130 or 10929256. OLE color: 10929256.

HSL color Cylindrical-coordinate representation of color #68C4A6: hue angle of 160.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C4A6 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 196 166 -
CMYK 0.47 0 0.15 0.23
HSL 160.43º 0.44% 0.59% -
HSV(B) 160.43º 0.47% 0.77% -
XYZ 32.33 45.18 43.09 -
YUV 165.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 104 196 166 0.47 0 0.15 0.23 160.43 0.44 0.59
Hex 68 C4 A6 2F 0 F 17 A0 2C 3B
Octal 150 304 246 57 0 17 27 240 54 73
Binary 1101000 11000100 10100110 101111 0 1111 10111 10100000 101100 111011

Color Harmonies of #68C4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C4A6

Black with #68C4A6

Text Example


Text Example

White with #68C4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,196,166); }

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

background-color css

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

 a { background-color: rgb(104,196,166); }

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

border-color css

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

 span { border-color: rgb(104,196,166); }

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