Html Css Color HEX #68F3AA Medium Aquamarine

📋 copy color: '#68F3AA'

red 104 ◦ green 243 ◦ blue 170

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

Shades of Medium Aquamarine #68F3AA

Tints of Medium Aquamarine #68F3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47%

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

R = 20.12%
G = 47%
B = 32.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#68F3AA (or 0x68F3AA) is known color: Medium Aquamarine. HEX triplet: 68, F3 and AA. RGB value is (104,243,170). Sum of RGB (Red+Green+Blue) = 104+243+170=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F3AA is #970C55. Grayscale: #C1C1C1. Windows color (decimal): -9899094 or 11203432. OLE color: 11203432.

HSL color Cylindrical-coordinate representation of color #68F3AA: hue angle of 148.49º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F3AA is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 243 170 -
CMYK 0.57 0 0.30 0.05
HSL 148.49º 0.85% 0.68% -
HSV(B) 148.49º 0.57% 0.95% -
XYZ 45.02 69.95 49.16 -
YUV 193.12 114.95 64.44 -
System Red Green Blue C M Y K H S L
Decimal 104 243 170 0.57 0 0.30 0.05 148.49 0.85 0.68
Hex 68 F3 AA 39 0 1E 5 94 55 44
Octal 150 363 252 71 0 36 5 224 125 104
Binary 1101000 11110011 10101010 111001 0 11110 101 10010100 1010101 1000100

Color Harmonies of #68F3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F3AA

Black with #68F3AA

Text Example


Text Example

White with #68F3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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