Html Css Color HEX #68DBAB Medium Aquamarine

📋 copy color: '#68DBAB'

red 104 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #68DBAB

Tints of Medium Aquamarine #68DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 21.05%
G = 44.33%
B = 34.62%

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

#68DBAB (or 0x68DBAB) is known color: Medium Aquamarine. HEX triplet: 68, DB and AB. RGB value is (104,219,171). Sum of RGB (Red+Green+Blue) = 104+219+171=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBAB is #972454. Grayscale: #B3B3B3. Windows color (decimal): -9905237 or 11262824. OLE color: 11262824.

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

Color convert

RGB 104 219 171 -
CMYK 0.53 0 0.22 0.14
HSL 154.96º 0.61% 0.63% -
HSV(B) 154.96º 0.53% 0.86% -
XYZ 38.39 56.55 47.42 -
YUV 179.14 123.4 74.4 -
System Red Green Blue C M Y K H S L
Decimal 104 219 171 0.53 0 0.22 0.14 154.96 0.61 0.63
Hex 68 DB AB 35 0 16 E 9B 3D 3F
Octal 150 333 253 65 0 26 16 233 75 77
Binary 1101000 11011011 10101011 110101 0 10110 1110 10011011 111101 111111

Color Harmonies of #68DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBAB

Black with #68DBAB

Text Example


Text Example

White with #68DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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