Html Css Color HEX #68F6AF Medium Aquamarine

📋 copy color: '#68F6AF'

red 104 ◦ green 246 ◦ blue 175

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

Shades of Medium Aquamarine #68F6AF

Tints of Medium Aquamarine #68F6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

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

R = 19.81%
G = 46.86%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#68F6AF (or 0x68F6AF) is known color: Medium Aquamarine. HEX triplet: 68, F6 and AF. RGB value is (104,246,175). Sum of RGB (Red+Green+Blue) = 104+246+175=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6AF is #970950. Grayscale: #C3C3C3. Windows color (decimal): -9898321 or 11531880. OLE color: 11531880.

HSL color Cylindrical-coordinate representation of color #68F6AF: hue angle of 150º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6AF is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 246 175 -
CMYK 0.58 0 0.29 0.04
HSL 150º 0.89% 0.69% -
HSV(B) 150º 0.58% 0.96% -
XYZ 46.4 71.95 52 -
YUV 195.45 116.46 62.77 -
System Red Green Blue C M Y K H S L
Decimal 104 246 175 0.58 0 0.29 0.04 150 0.89 0.69
Hex 68 F6 AF 3A 0 1D 4 96 59 45
Octal 150 366 257 72 0 35 4 226 131 105
Binary 1101000 11110110 10101111 111010 0 11101 100 10010110 1011001 1000101

Color Harmonies of #68F6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6AF

Black with #68F6AF

Text Example


Text Example

White with #68F6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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