Html Css Color HEX #68F29F Medium Aquamarine

📋 copy color: '#68F29F'

red 104 ◦ green 242 ◦ blue 159

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

Shades of Medium Aquamarine #68F29F

Tints of Medium Aquamarine #68F29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 20.59%
G = 47.92%
B = 31.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#68F29F (or 0x68F29F) is known color: Medium Aquamarine. HEX triplet: 68, F2 and 9F. RGB value is (104,242,159). Sum of RGB (Red+Green+Blue) = 104+242+159=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #68F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F29F is #970D60. Grayscale: #BFBFBF. Windows color (decimal): -9899361 or 10482280. OLE color: 10482280.

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

Color convert

RGB 104 242 159 -
CMYK 0.57 0 0.34 0.05
HSL 143.91º 0.84% 0.68% -
HSV(B) 143.91º 0.57% 0.95% -
XYZ 43.72 68.95 43.81 -
YUV 191.28 109.78 65.75 -
System Red Green Blue C M Y K H S L
Decimal 104 242 159 0.57 0 0.34 0.05 143.91 0.84 0.68
Hex 68 F2 9F 39 0 22 5 90 54 44
Octal 150 362 237 71 0 42 5 220 124 104
Binary 1101000 11110010 10011111 111001 0 100010 101 10010000 1010100 1000100

Color Harmonies of #68F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F29F

Black with #68F29F

Text Example


Text Example

White with #68F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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