Html Css Color HEX #68F2AB Medium Aquamarine

📋 copy color: '#68F2AB'

red 104 ◦ green 242 ◦ blue 171

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

Shades of Medium Aquamarine #68F2AB

Tints of Medium Aquamarine #68F2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.81%

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 20.12%
G = 46.81%
B = 33.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#68F2AB (or 0x68F2AB) is known color: Medium Aquamarine. HEX triplet: 68, F2 and AB. RGB value is (104,242,171). Sum of RGB (Red+Green+Blue) = 104+242+171=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2AB is #970D54. Grayscale: #C0C0C0. Windows color (decimal): -9899349 or 11268712. OLE color: 11268712.

HSL color Cylindrical-coordinate representation of color #68F2AB: hue angle of 149.13º degrees, saturation: 0.84, 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 #68F2AB is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 171 -
CMYK 0.57 0 0.29 0.05
HSL 149.13º 0.84% 0.68% -
HSV(B) 149.13º 0.57% 0.95% -
XYZ 44.81 69.39 49.56 -
YUV 192.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 104 242 171 0.57 0 0.29 0.05 149.13 0.84 0.68
Hex 68 F2 AB 39 0 1D 5 95 54 44
Octal 150 362 253 71 0 35 5 225 124 104
Binary 1101000 11110010 10101011 111001 0 11101 101 10010101 1010100 1000100

Color Harmonies of #68F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2AB

Black with #68F2AB

Text Example


Text Example

White with #68F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,242,171); }

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

background-color css

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

 a { background-color: rgb(104,242,171); }

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

border-color css

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

 span { border-color: rgb(104,242,171); }

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