Html Css Color HEX #68C2AF Medium Aquamarine

📋 copy color: '#68C2AF'

red 104 ◦ green 194 ◦ blue 175

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

Shades of Medium Aquamarine #68C2AF

Tints of Medium Aquamarine #68C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 21.99%
G = 41.01%
B = 37%

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

#68C2AF (or 0x68C2AF) is known color: Medium Aquamarine. HEX triplet: 68, C2 and AF. RGB value is (104,194,175). Sum of RGB (Red+Green+Blue) = 104+194+175=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2AF is #973D50. Grayscale: #A4A4A4. Windows color (decimal): -9911633 or 11518568. OLE color: 11518568.

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

Color convert

RGB 104 194 175 -
CMYK 0.46 0 0.10 0.24
HSL 167.33º 0.42% 0.58% -
HSV(B) 167.33º 0.46% 0.76% -
XYZ 32.74 44.62 47.44 -
YUV 164.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 104 194 175 0.46 0 0.10 0.24 167.33 0.42 0.58
Hex 68 C2 AF 2E 0 A 18 A7 2A 3A
Octal 150 302 257 56 0 12 30 247 52 72
Binary 1101000 11000010 10101111 101110 0 1010 11000 10100111 101010 111010

Color Harmonies of #68C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2AF

Black with #68C2AF

Text Example


Text Example

White with #68C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,194,175); }

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

background-color css

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

 a { background-color: rgb(104,194,175); }

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

border-color css

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

 span { border-color: rgb(104,194,175); }

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