Html Css Color HEX #68DBAA Medium Aquamarine

📋 copy color: '#68DBAA'

red 104 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #68DBAA

Tints of Medium Aquamarine #68DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 21.1%
G = 44.42%
B = 34.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#68DBAA (or 0x68DBAA) is known color: Medium Aquamarine. HEX triplet: 68, DB and AA. RGB value is (104,219,170). Sum of RGB (Red+Green+Blue) = 104+219+170=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBAA is #972455. Grayscale: #B3B3B3. Windows color (decimal): -9905238 or 11197288. OLE color: 11197288.

HSL color Cylindrical-coordinate representation of color #68DBAA: hue angle of 154.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBAA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 170 -
CMYK 0.53 0 0.22 0.14
HSL 154.43º 0.61% 0.63% -
HSV(B) 154.43º 0.53% 0.86% -
XYZ 38.3 56.51 46.92 -
YUV 179.03 122.9 74.48 -
System Red Green Blue C M Y K H S L
Decimal 104 219 170 0.53 0 0.22 0.14 154.43 0.61 0.63
Hex 68 DB AA 35 0 16 E 9A 3D 3F
Octal 150 333 252 65 0 26 16 232 75 77
Binary 1101000 11011011 10101010 110101 0 10110 1110 10011010 111101 111111

Color Harmonies of #68DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBAA

Black with #68DBAA

Text Example


Text Example

White with #68DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,170); }

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

background-color css

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

 a { background-color: rgb(104,219,170); }

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

border-color css

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

 span { border-color: rgb(104,219,170); }

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