Html Css Color HEX #68C8AA Medium Aquamarine

📋 copy color: '#68C8AA'

red 104 ◦ green 200 ◦ blue 170

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

Shades of Medium Aquamarine #68C8AA

Tints of Medium Aquamarine #68C8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 21.94%
G = 42.19%
B = 35.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#68C8AA (or 0x68C8AA) is known color: Medium Aquamarine. HEX triplet: 68, C8 and AA. RGB value is (104,200,170). Sum of RGB (Red+Green+Blue) = 104+200+170=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8AA is #973755. Grayscale: #A7A7A7. Windows color (decimal): -9910102 or 11192424. OLE color: 11192424.

HSL color Cylindrical-coordinate representation of color #68C8AA: hue angle of 161.25º 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 #68C8AA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 200 170 -
CMYK 0.48 0 0.15 0.22
HSL 161.25º 0.47% 0.6% -
HSV(B) 161.25º 0.48% 0.78% -
XYZ 33.62 47.15 45.36 -
YUV 167.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 104 200 170 0.48 0 0.15 0.22 161.25 0.47 0.6
Hex 68 C8 AA 30 0 F 16 A1 2F 3C
Octal 150 310 252 60 0 17 26 241 57 74
Binary 1101000 11001000 10101010 110000 0 1111 10110 10100001 101111 111100

Color Harmonies of #68C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8AA

Black with #68C8AA

Text Example


Text Example

White with #68C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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