Html Css Color HEX #68DDA5 Medium Aquamarine

📋 copy color: '#68DDA5'

red 104 ◦ green 221 ◦ blue 165

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

Shades of Medium Aquamarine #68DDA5

Tints of Medium Aquamarine #68DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 21.22%
G = 45.1%
B = 33.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#68DDA5 (or 0x68DDA5) is known color: Medium Aquamarine. HEX triplet: 68, DD and A5. RGB value is (104,221,165). Sum of RGB (Red+Green+Blue) = 104+221+165=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA5 is #97225A. Grayscale: #B3B3B3. Windows color (decimal): -9904731 or 10870120. OLE color: 10870120.

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

Color convert

RGB 104 221 165 -
CMYK 0.53 0 0.25 0.13
HSL 151.28º 0.63% 0.64% -
HSV(B) 151.28º 0.53% 0.87% -
XYZ 38.36 57.37 44.65 -
YUV 179.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 104 221 165 0.53 0 0.25 0.13 151.28 0.63 0.64
Hex 68 DD A5 35 0 19 D 97 3F 40
Octal 150 335 245 65 0 31 15 227 77 100
Binary 1101000 11011101 10100101 110101 0 11001 1101 10010111 111111 1000000

Color Harmonies of #68DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDA5

Black with #68DDA5

Text Example


Text Example

White with #68DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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