Html Css Color HEX #68DD9C Medium Aquamarine

📋 copy color: '#68DD9C'

red 104 ◦ green 221 ◦ blue 156

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

Shades of Medium Aquamarine #68DD9C

Tints of Medium Aquamarine #68DD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 21.62%
G = 45.95%
B = 32.43%

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

#68DD9C (or 0x68DD9C) is known color: Medium Aquamarine. HEX triplet: 68, DD and 9C. RGB value is (104,221,156). Sum of RGB (Red+Green+Blue) = 104+221+156=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD9C is #972263. Grayscale: #B2B2B2. Windows color (decimal): -9904740 or 10280296. OLE color: 10280296.

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

Color convert

RGB 104 221 156 -
CMYK 0.53 0 0.29 0.13
HSL 146.67º 0.63% 0.64% -
HSV(B) 146.67º 0.53% 0.87% -
XYZ 37.57 57.06 40.49 -
YUV 178.61 115.24 74.79 -
System Red Green Blue C M Y K H S L
Decimal 104 221 156 0.53 0 0.29 0.13 146.67 0.63 0.64
Hex 68 DD 9C 35 0 1D D 93 3F 40
Octal 150 335 234 65 0 35 15 223 77 100
Binary 1101000 11011101 10011100 110101 0 11101 1101 10010011 111111 1000000

Color Harmonies of #68DD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD9C

Black with #68DD9C

Text Example


Text Example

White with #68DD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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