Html Css Color HEX #68D69D Medium Aquamarine

📋 copy color: '#68D69D'

red 104 ◦ green 214 ◦ blue 157

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

Shades of Medium Aquamarine #68D69D

Tints of Medium Aquamarine #68D69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 21.89%
G = 45.05%
B = 33.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#68D69D (or 0x68D69D) is known color: Medium Aquamarine. HEX triplet: 68, D6 and 9D. RGB value is (104,214,157). Sum of RGB (Red+Green+Blue) = 104+214+157=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #68D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D69D is #972962. Grayscale: #AEAEAE. Windows color (decimal): -9906531 or 10344040. OLE color: 10344040.

HSL color Cylindrical-coordinate representation of color #68D69D: hue angle of 148.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D69D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 214 157 -
CMYK 0.51 0 0.27 0.16
HSL 148.91º 0.57% 0.62% -
HSV(B) 148.91º 0.51% 0.84% -
XYZ 35.84 53.47 40.33 -
YUV 174.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 104 214 157 0.51 0 0.27 0.16 148.91 0.57 0.62
Hex 68 D6 9D 33 0 1B 10 95 39 3E
Octal 150 326 235 63 0 33 20 225 71 76
Binary 1101000 11010110 10011101 110011 0 11011 10000 10010101 111001 111110

Color Harmonies of #68D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D69D

Black with #68D69D

Text Example


Text Example

White with #68D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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