Html Css Color HEX #68DDA1 Medium Aquamarine

📋 copy color: '#68DDA1'

red 104 ◦ green 221 ◦ blue 161

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

Shades of Medium Aquamarine #68DDA1

Tints of Medium Aquamarine #68DDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 21.4%
G = 45.47%
B = 33.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#68DDA1 (or 0x68DDA1) is known color: Medium Aquamarine. HEX triplet: 68, DD and A1. RGB value is (104,221,161). Sum of RGB (Red+Green+Blue) = 104+221+161=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA1 is #97225E. Grayscale: #B3B3B3. Windows color (decimal): -9904735 or 10607976. OLE color: 10607976.

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

Color convert

RGB 104 221 161 -
CMYK 0.53 0 0.27 0.13
HSL 149.23º 0.63% 0.64% -
HSV(B) 149.23º 0.53% 0.87% -
XYZ 38 57.23 42.76 -
YUV 179.18 117.74 74.38 -
System Red Green Blue C M Y K H S L
Decimal 104 221 161 0.53 0 0.27 0.13 149.23 0.63 0.64
Hex 68 DD A1 35 0 1B D 95 3F 40
Octal 150 335 241 65 0 33 15 225 77 100
Binary 1101000 11011101 10100001 110101 0 11011 1101 10010101 111111 1000000

Color Harmonies of #68DDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDA1

Black with #68DDA1

Text Example


Text Example

White with #68DDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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