Html Css Color HEX #68CDAC Medium Aquamarine

📋 copy color: '#68CDAC'

red 104 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #68CDAC

Tints of Medium Aquamarine #68CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 21.62%
G = 42.62%
B = 35.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#68CDAC (or 0x68CDAC) is known color: Medium Aquamarine. HEX triplet: 68, CD and AC. RGB value is (104,205,172). Sum of RGB (Red+Green+Blue) = 104+205+172=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDAC is #973253. Grayscale: #ABABAB. Windows color (decimal): -9908820 or 11324776. OLE color: 11324776.

HSL color Cylindrical-coordinate representation of color #68CDAC: hue angle of 160.4º 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 #68CDAC is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 172 -
CMYK 0.49 0 0.16 0.20
HSL 160.4º 0.5% 0.61% -
HSV(B) 160.4º 0.49% 0.8% -
XYZ 34.99 49.58 46.76 -
YUV 171.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 104 205 172 0.49 0 0.16 0.20 160.4 0.5 0.61
Hex 68 CD AC 31 0 10 14 A0 32 3D
Octal 150 315 254 61 0 20 24 240 62 75
Binary 1101000 11001101 10101100 110001 0 10000 10100 10100000 110010 111101

Color Harmonies of #68CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDAC

Black with #68CDAC

Text Example


Text Example

White with #68CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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