Html Css Color HEX #68CDA6 Medium Aquamarine

📋 copy color: '#68CDA6'

red 104 ◦ green 205 ◦ blue 166

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

Shades of Medium Aquamarine #68CDA6

Tints of Medium Aquamarine #68CDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.95%

R = 21.89%
G = 43.16%
B = 34.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#68CDA6 (or 0x68CDA6) is known color: Medium Aquamarine. HEX triplet: 68, CD and A6. RGB value is (104,205,166). Sum of RGB (Red+Green+Blue) = 104+205+166=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDA6 is #973259. Grayscale: #AAAAAA. Windows color (decimal): -9908826 or 10931560. OLE color: 10931560.

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

Color convert

RGB 104 205 166 -
CMYK 0.49 0 0.19 0.20
HSL 156.83º 0.5% 0.61% -
HSV(B) 156.83º 0.49% 0.8% -
XYZ 34.42 49.36 43.79 -
YUV 170.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 104 205 166 0.49 0 0.19 0.20 156.83 0.5 0.61
Hex 68 CD A6 31 0 13 14 9D 32 3D
Octal 150 315 246 61 0 23 24 235 62 75
Binary 1101000 11001101 10100110 110001 0 10011 10100 10011101 110010 111101

Color Harmonies of #68CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDA6

Black with #68CDA6

Text Example


Text Example

White with #68CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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