Html Css Color HEX #68E1AF Medium Aquamarine

📋 copy color: '#68E1AF'

red 104 ◦ green 225 ◦ blue 175

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

Shades of Medium Aquamarine #68E1AF

Tints of Medium Aquamarine #68E1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

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

R = 20.63%
G = 44.64%
B = 34.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#68E1AF (or 0x68E1AF) is known color: Medium Aquamarine. HEX triplet: 68, E1 and AF. RGB value is (104,225,175). Sum of RGB (Red+Green+Blue) = 104+225+175=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E1AF is #971E50. Grayscale: #B7B7B7. Windows color (decimal): -9903697 or 11526504. OLE color: 11526504.

HSL color Cylindrical-coordinate representation of color #68E1AF: hue angle of 155.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1AF is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 175 -
CMYK 0.54 0 0.22 0.12
HSL 155.21º 0.67% 0.65% -
HSV(B) 155.21º 0.54% 0.88% -
XYZ 40.37 59.89 49.99 -
YUV 183.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 104 225 175 0.54 0 0.22 0.12 155.21 0.67 0.65
Hex 68 E1 AF 36 0 16 C 9B 43 41
Octal 150 341 257 66 0 26 14 233 103 101
Binary 1101000 11100001 10101111 110110 0 10110 1100 10011011 1000011 1000001

Color Harmonies of #68E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E1AF

Black with #68E1AF

Text Example


Text Example

White with #68E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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