Html Css Color HEX #68FFA5 Medium Aquamarine

📋 copy color: '#68FFA5'

red 104 ◦ green 255 ◦ blue 165

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

Shades of Medium Aquamarine #68FFA5

Tints of Medium Aquamarine #68FFA5

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 19.85%
G = 48.66%
B = 31.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#68FFA5 (or 0x68FFA5) is known color: Medium Aquamarine. HEX triplet: 68, FF and A5. RGB value is (104,255,165). Sum of RGB (Red+Green+Blue) = 104+255+165=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFA5 is #97005A. Grayscale: #C7C7C7. Windows color (decimal): -9896027 or 10878824. OLE color: 10878824.

HSL color Cylindrical-coordinate representation of color #68FFA5: hue angle of 144.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFA5 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 104 255 165 -
CMYK 0.59 0 0.35 0
HSL 144.24º 1% 0.7% -
HSV(B) 144.24º 0.59% 1% -
XYZ 48.26 77.18 47.95 -
YUV 199.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 104 255 165 0.59 0 0.35 0 144.24 1 0.7
Hex 68 FF A5 3B 0 23 0 90 64 46
Octal 150 377 245 73 0 43 0 220 144 106
Binary 1101000 11111111 10100101 111011 0 100011 0 10010000 1100100 1000110

Color Harmonies of #68FFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FFA5

Black with #68FFA5

Text Example


Text Example

White with #68FFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,255,165); }

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

background-color css

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

 a { background-color: rgb(104,255,165); }

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

border-color css

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

 span { border-color: rgb(104,255,165); }

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