Html Css Color HEX #68CFAA Medium Aquamarine

📋 copy color: '#68CFAA'

red 104 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #68CFAA

Tints of Medium Aquamarine #68CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 21.62%
G = 43.04%
B = 35.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#68CFAA (or 0x68CFAA) is known color: Medium Aquamarine. HEX triplet: 68, CF and AA. RGB value is (104,207,170). Sum of RGB (Red+Green+Blue) = 104+207+170=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFAA is #973055. Grayscale: #ACACAC. Windows color (decimal): -9908310 or 11194216. OLE color: 11194216.

HSL color Cylindrical-coordinate representation of color #68CFAA: hue angle of 158.45º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFAA is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 170 -
CMYK 0.50 0 0.18 0.19
HSL 158.45º 0.52% 0.61% -
HSV(B) 158.45º 0.5% 0.81% -
XYZ 35.28 50.47 45.91 -
YUV 171.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 104 207 170 0.50 0 0.18 0.19 158.45 0.52 0.61
Hex 68 CF AA 32 0 12 13 9E 34 3D
Octal 150 317 252 62 0 22 23 236 64 75
Binary 1101000 11001111 10101010 110010 0 10010 10011 10011110 110100 111101

Color Harmonies of #68CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFAA

Black with #68CFAA

Text Example


Text Example

White with #68CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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