Html Css Color HEX #68F7B0 Medium Aquamarine

📋 copy color: '#68F7B0'

red 104 ◦ green 247 ◦ blue 176

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

Shades of Medium Aquamarine #68F7B0

Tints of Medium Aquamarine #68F7B0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.87%

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 19.73%
G = 46.87%
B = 33.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#68F7B0 (or 0x68F7B0) is known color: Medium Aquamarine. HEX triplet: 68, F7 and B0. RGB value is (104,247,176). Sum of RGB (Red+Green+Blue) = 104+247+176=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F7B0 is #97084F. Grayscale: #C4C4C4. Windows color (decimal): -9898064 or 11597672. OLE color: 11597672.

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

Color convert

RGB 104 247 176 -
CMYK 0.58 0 0.29 0.03
HSL 150.21º 0.9% 0.69% -
HSV(B) 150.21º 0.58% 0.97% -
XYZ 46.81 72.6 52.62 -
YUV 196.15 116.62 62.27 -
System Red Green Blue C M Y K H S L
Decimal 104 247 176 0.58 0 0.29 0.03 150.21 0.9 0.69
Hex 68 F7 B0 3A 0 1D 3 96 5A 45
Octal 150 367 260 72 0 35 3 226 132 105
Binary 1101000 11110111 10110000 111010 0 11101 11 10010110 1011010 1000101

Color Harmonies of #68F7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F7B0

Black with #68F7B0

Text Example


Text Example

White with #68F7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,247,176); }

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

background-color css

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

 a { background-color: rgb(104,247,176); }

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

border-color css

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

 span { border-color: rgb(104,247,176); }

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