Html Css Color HEX #68DDA4 Medium Aquamarine

📋 copy color: '#68DDA4'

red 104 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #68DDA4

Tints of Medium Aquamarine #68DDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 21.27%
G = 45.19%
B = 33.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#68DDA4 (or 0x68DDA4) is known color: Medium Aquamarine. HEX triplet: 68, DD and A4. RGB value is (104,221,164). Sum of RGB (Red+Green+Blue) = 104+221+164=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA4 is #97225B. Grayscale: #B3B3B3. Windows color (decimal): -9904732 or 10804584. OLE color: 10804584.

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

Color convert

RGB 104 221 164 -
CMYK 0.53 0 0.26 0.13
HSL 150.77º 0.63% 0.64% -
HSV(B) 150.77º 0.53% 0.87% -
XYZ 38.27 57.34 44.17 -
YUV 179.52 119.24 74.13 -
System Red Green Blue C M Y K H S L
Decimal 104 221 164 0.53 0 0.26 0.13 150.77 0.63 0.64
Hex 68 DD A4 35 0 1A D 97 3F 40
Octal 150 335 244 65 0 32 15 227 77 100
Binary 1101000 11011101 10100100 110101 0 11010 1101 10010111 111111 1000000

Color Harmonies of #68DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDA4

Black with #68DDA4

Text Example


Text Example

White with #68DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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