Html Css Color HEX #68CCA6 Medium Aquamarine

📋 copy color: '#68CCA6'

red 104 ◦ green 204 ◦ blue 166

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

Shades of Medium Aquamarine #68CCA6

Tints of Medium Aquamarine #68CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

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

R = 21.94%
G = 43.04%
B = 35.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#68CCA6 (or 0x68CCA6) is known color: Medium Aquamarine. HEX triplet: 68, CC and A6. RGB value is (104,204,166). Sum of RGB (Red+Green+Blue) = 104+204+166=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCA6 is #973359. Grayscale: #A9A9A9. Windows color (decimal): -9909082 or 10931304. OLE color: 10931304.

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

Color convert

RGB 104 204 166 -
CMYK 0.49 0 0.19 0.2
HSL 157.2º 0.5% 0.6% -
HSV(B) 157.2º 0.49% 0.8% -
XYZ 34.18 48.88 43.71 -
YUV 169.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 104 204 166 0.49 0 0.19 0.2 157.2 0.5 0.6
Hex 68 CC A6 31 0 13 14 9D 32 3C
Octal 150 314 246 61 0 23 24 235 62 74
Binary 1101000 11001100 10100110 110001 0 10011 10100 10011101 110010 111100

Color Harmonies of #68CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCA6

Black with #68CCA6

Text Example


Text Example

White with #68CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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