Html Css Color HEX #68C8A0 Medium Aquamarine

📋 copy color: '#68C8A0'

red 104 ◦ green 200 ◦ blue 160

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

Shades of Medium Aquamarine #68C8A0

Tints of Medium Aquamarine #68C8A0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 22.41%
G = 43.1%
B = 34.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#68C8A0 (or 0x68C8A0) is known color: Medium Aquamarine. HEX triplet: 68, C8 and A0. RGB value is (104,200,160). Sum of RGB (Red+Green+Blue) = 104+200+160=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8A0 is #97375F. Grayscale: #A6A6A6. Windows color (decimal): -9910112 or 10537064. OLE color: 10537064.

HSL color Cylindrical-coordinate representation of color #68C8A0: hue angle of 155º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8A0 is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 200 160 -
CMYK 0.48 0 0.2 0.22
HSL 155º 0.47% 0.6% -
HSV(B) 155º 0.48% 0.78% -
XYZ 32.71 46.79 40.57 -
YUV 166.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 104 200 160 0.48 0 0.2 0.22 155 0.47 0.6
Hex 68 C8 A0 30 0 14 16 9B 2F 3C
Octal 150 310 240 60 0 24 26 233 57 74
Binary 1101000 11001000 10100000 110000 0 10100 10110 10011011 101111 111100

Color Harmonies of #68C8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8A0

Black with #68C8A0

Text Example


Text Example

White with #68C8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,200,160); }

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

background-color css

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

 a { background-color: rgb(104,200,160); }

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

border-color css

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

 span { border-color: rgb(104,200,160); }

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