Html Css Color HEX #68DD9D Medium Aquamarine

📋 copy color: '#68DD9D'

red 104 ◦ green 221 ◦ blue 157

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

Shades of Medium Aquamarine #68DD9D

Tints of Medium Aquamarine #68DD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 21.58%
G = 45.85%
B = 32.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#68DD9D (or 0x68DD9D) is known color: Medium Aquamarine. HEX triplet: 68, DD and 9D. RGB value is (104,221,157). Sum of RGB (Red+Green+Blue) = 104+221+157=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD9D is #972262. Grayscale: #B2B2B2. Windows color (decimal): -9904739 or 10345832. OLE color: 10345832.

HSL color Cylindrical-coordinate representation of color #68DD9D: hue angle of 147.18º 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 #68DD9D is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 157 -
CMYK 0.53 0 0.29 0.13
HSL 147.18º 0.63% 0.64% -
HSV(B) 147.18º 0.53% 0.87% -
XYZ 37.65 57.09 40.93 -
YUV 178.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 104 221 157 0.53 0 0.29 0.13 147.18 0.63 0.64
Hex 68 DD 9D 35 0 1D D 93 3F 40
Octal 150 335 235 65 0 35 15 223 77 100
Binary 1101000 11011101 10011101 110101 0 11101 1101 10010011 111111 1000000

Color Harmonies of #68DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD9D

Black with #68DD9D

Text Example


Text Example

White with #68DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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