Html Css Color HEX #68DD9A Medium Aquamarine

📋 copy color: '#68DD9A'

red 104 ◦ green 221 ◦ blue 154

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

Shades of Medium Aquamarine #68DD9A

Tints of Medium Aquamarine #68DD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 21.71%
G = 46.14%
B = 32.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#68DD9A (or 0x68DD9A) is known color: Medium Aquamarine. HEX triplet: 68, DD and 9A. RGB value is (104,221,154). Sum of RGB (Red+Green+Blue) = 104+221+154=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD9A is #972265. Grayscale: #B2B2B2. Windows color (decimal): -9904742 or 10149224. OLE color: 10149224.

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

Color convert

RGB 104 221 154 -
CMYK 0.53 0 0.30 0.13
HSL 145.64º 0.63% 0.64% -
HSV(B) 145.64º 0.53% 0.87% -
XYZ 37.4 56.99 39.6 -
YUV 178.38 114.24 74.95 -
System Red Green Blue C M Y K H S L
Decimal 104 221 154 0.53 0 0.30 0.13 145.64 0.63 0.64
Hex 68 DD 9A 35 0 1E D 92 3F 40
Octal 150 335 232 65 0 36 15 222 77 100
Binary 1101000 11011101 10011010 110101 0 11110 1101 10010010 111111 1000000

Color Harmonies of #68DD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD9A

Black with #68DD9A

Text Example


Text Example

White with #68DD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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