Html Css Color HEX #68DDA8 Medium Aquamarine

📋 copy color: '#68DDA8'

red 104 ◦ green 221 ◦ blue 168

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

Shades of Medium Aquamarine #68DDA8

Tints of Medium Aquamarine #68DDA8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

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

R = 21.1%
G = 44.83%
B = 34.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#68DDA8 (or 0x68DDA8) is known color: Medium Aquamarine. HEX triplet: 68, DD and A8. RGB value is (104,221,168). Sum of RGB (Red+Green+Blue) = 104+221+168=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA8 is #972257. Grayscale: #B4B4B4. Windows color (decimal): -9904728 or 11066728. OLE color: 11066728.

HSL color Cylindrical-coordinate representation of color #68DDA8: hue angle of 152.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDA8 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 168 -
CMYK 0.53 0 0.24 0.13
HSL 152.82º 0.63% 0.64% -
HSV(B) 152.82º 0.53% 0.87% -
XYZ 38.63 57.48 46.1 -
YUV 179.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 104 221 168 0.53 0 0.24 0.13 152.82 0.63 0.64
Hex 68 DD A8 35 0 18 D 99 3F 40
Octal 150 335 250 65 0 30 15 231 77 100
Binary 1101000 11011101 10101000 110101 0 11000 1101 10011001 111111 1000000

Color Harmonies of #68DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDA8

Black with #68DDA8

Text Example


Text Example

White with #68DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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