Html Css Color HEX #68D09D Medium Aquamarine

📋 copy color: '#68D09D'

red 104 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #68D09D

Tints of Medium Aquamarine #68D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 22.17%
G = 44.35%
B = 33.48%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#68D09D (or 0x68D09D) is known color: Medium Aquamarine. HEX triplet: 68, D0 and 9D. RGB value is (104,208,157). Sum of RGB (Red+Green+Blue) = 104+208+157=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09D is #972F62. Grayscale: #ABABAB. Windows color (decimal): -9908067 or 10342504. OLE color: 10342504.

HSL color Cylindrical-coordinate representation of color #68D09D: hue angle of 150.58º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D09D is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 157 -
CMYK 0.5 0 0.25 0.18
HSL 150.58º 0.53% 0.61% -
HSV(B) 150.58º 0.5% 0.82% -
XYZ 34.35 50.49 39.83 -
YUV 171.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 104 208 157 0.5 0 0.25 0.18 150.58 0.53 0.61
Hex 68 D0 9D 32 0 19 12 97 35 3D
Octal 150 320 235 62 0 31 22 227 65 75
Binary 1101000 11010000 10011101 110010 0 11001 10010 10010111 110101 111101

Color Harmonies of #68D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D09D

Black with #68D09D

Text Example


Text Example

White with #68D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,157); }

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

background-color css

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

 a { background-color: rgb(104,208,157); }

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

border-color css

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

 span { border-color: rgb(104,208,157); }

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