Html Css Color HEX #68DEB2 Medium Aquamarine

📋 copy color: '#68DEB2'

red 104 ◦ green 222 ◦ blue 178

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

Shades of Medium Aquamarine #68DEB2

Tints of Medium Aquamarine #68DEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 20.63%
G = 44.05%
B = 35.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#68DEB2 (or 0x68DEB2) is known color: Medium Aquamarine. HEX triplet: 68, DE and B2. RGB value is (104,222,178). Sum of RGB (Red+Green+Blue) = 104+222+178=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEB2 is #97214D. Grayscale: #B5B5B5. Windows color (decimal): -9904462 or 11722344. OLE color: 11722344.

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

Color convert

RGB 104 222 178 -
CMYK 0.53 0 0.20 0.13
HSL 157.63º 0.64% 0.64% -
HSV(B) 157.63º 0.53% 0.87% -
XYZ 39.87 58.4 51.29 -
YUV 181.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 104 222 178 0.53 0 0.20 0.13 157.63 0.64 0.64
Hex 68 DE B2 35 0 14 D 9E 40 40
Octal 150 336 262 65 0 24 15 236 100 100
Binary 1101000 11011110 10110010 110101 0 10100 1101 10011110 1000000 1000000

Color Harmonies of #68DEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEB2

Black with #68DEB2

Text Example


Text Example

White with #68DEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,178); }

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

background-color css

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

 a { background-color: rgb(104,222,178); }

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

border-color css

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

 span { border-color: rgb(104,222,178); }

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