Html Css Color HEX #68F1AF Medium Aquamarine

📋 copy color: '#68F1AF'

red 104 ◦ green 241 ◦ blue 175

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

Shades of Medium Aquamarine #68F1AF

Tints of Medium Aquamarine #68F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 20%
G = 46.35%
B = 33.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#68F1AF (or 0x68F1AF) is known color: Medium Aquamarine. HEX triplet: 68, F1 and AF. RGB value is (104,241,175). Sum of RGB (Red+Green+Blue) = 104+241+175=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F1AF is #970E50. Grayscale: #C0C0C0. Windows color (decimal): -9899601 or 11530600. OLE color: 11530600.

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

Color convert

RGB 104 241 175 -
CMYK 0.57 0 0.27 0.05
HSL 151.09º 0.83% 0.68% -
HSV(B) 151.09º 0.57% 0.95% -
XYZ 44.9 68.95 51.5 -
YUV 192.51 118.11 64.87 -
System Red Green Blue C M Y K H S L
Decimal 104 241 175 0.57 0 0.27 0.05 151.09 0.83 0.68
Hex 68 F1 AF 39 0 1B 5 97 53 44
Octal 150 361 257 71 0 33 5 227 123 104
Binary 1101000 11110001 10101111 111001 0 11011 101 10010111 1010011 1000100

Color Harmonies of #68F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F1AF

Black with #68F1AF

Text Example


Text Example

White with #68F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,241,175); }

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

background-color css

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

 a { background-color: rgb(104,241,175); }

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

border-color css

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

 span { border-color: rgb(104,241,175); }

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