Html Css Color HEX #68C0A8 Medium Aquamarine

📋 copy color: '#68C0A8'

red 104 ◦ green 192 ◦ blue 168

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

Shades of Medium Aquamarine #68C0A8

Tints of Medium Aquamarine #68C0A8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 168 (66.02% from 255) = 36.21%

R = 22.41%
G = 41.38%
B = 36.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#68C0A8 (or 0x68C0A8) is known color: Medium Aquamarine. HEX triplet: 68, C0 and A8. RGB value is (104,192,168). Sum of RGB (Red+Green+Blue) = 104+192+168=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A8 is #973F57. Grayscale: #A2A2A2. Windows color (decimal): -9912152 or 11059304. OLE color: 11059304.

HSL color Cylindrical-coordinate representation of color #68C0A8: hue angle of 163.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0A8 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 168 -
CMYK 0.46 0 0.12 0.25
HSL 163.64º 0.41% 0.58% -
HSV(B) 163.64º 0.46% 0.75% -
XYZ 31.63 43.47 43.77 -
YUV 162.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 104 192 168 0.46 0 0.12 0.25 163.64 0.41 0.58
Hex 68 C0 A8 2E 0 C 19 A4 29 3A
Octal 150 300 250 56 0 14 31 244 51 72
Binary 1101000 11000000 10101000 101110 0 1100 11001 10100100 101001 111010

Color Harmonies of #68C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0A8

Black with #68C0A8

Text Example


Text Example

White with #68C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,192,168); }

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

background-color css

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

 a { background-color: rgb(104,192,168); }

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

border-color css

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

 span { border-color: rgb(104,192,168); }

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