Html Css Color HEX #68CD9D Medium Aquamarine

📋 copy color: '#68CD9D'

red 104 ◦ green 205 ◦ blue 157

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

Shades of Medium Aquamarine #68CD9D

Tints of Medium Aquamarine #68CD9D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 22.32%
G = 43.99%
B = 33.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#68CD9D (or 0x68CD9D) is known color: Medium Aquamarine. HEX triplet: 68, CD and 9D. RGB value is (104,205,157). Sum of RGB (Red+Green+Blue) = 104+205+157=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CD9D is #973262. Grayscale: #A9A9A9. Windows color (decimal): -9908835 or 10341736. OLE color: 10341736.

HSL color Cylindrical-coordinate representation of color #68CD9D: hue angle of 151.49º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD9D is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 157 -
CMYK 0.49 0 0.23 0.20
HSL 151.49º 0.5% 0.61% -
HSV(B) 151.49º 0.49% 0.8% -
XYZ 33.63 49.04 39.59 -
YUV 169.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 104 205 157 0.49 0 0.23 0.20 151.49 0.5 0.61
Hex 68 CD 9D 31 0 17 14 97 32 3D
Octal 150 315 235 61 0 27 24 227 62 75
Binary 1101000 11001101 10011101 110001 0 10111 10100 10010111 110010 111101

Color Harmonies of #68CD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD9D

Black with #68CD9D

Text Example


Text Example

White with #68CD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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