Html Css Color HEX #68D4AF Medium Aquamarine

📋 copy color: '#68D4AF'

red 104 ◦ green 212 ◦ blue 175

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

Shades of Medium Aquamarine #68D4AF

Tints of Medium Aquamarine #68D4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

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

R = 21.18%
G = 43.18%
B = 35.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#68D4AF (or 0x68D4AF) is known color: Medium Aquamarine. HEX triplet: 68, D4 and AF. RGB value is (104,212,175). Sum of RGB (Red+Green+Blue) = 104+212+175=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #68D4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D4AF is #972B50. Grayscale: #AFAFAF. Windows color (decimal): -9907025 or 11523176. OLE color: 11523176.

HSL color Cylindrical-coordinate representation of color #68D4AF: hue angle of 159.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D4AF is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 175 -
CMYK 0.51 0 0.17 0.17
HSL 159.44º 0.56% 0.62% -
HSV(B) 159.44º 0.51% 0.83% -
XYZ 36.99 53.13 48.86 -
YUV 175.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 104 212 175 0.51 0 0.17 0.17 159.44 0.56 0.62
Hex 68 D4 AF 33 0 11 11 9F 38 3E
Octal 150 324 257 63 0 21 21 237 70 76
Binary 1101000 11010100 10101111 110011 0 10001 10001 10011111 111000 111110

Color Harmonies of #68D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4AF

Black with #68D4AF

Text Example


Text Example

White with #68D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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