Html Css Color HEX #68DEAF Medium Aquamarine

📋 copy color: '#68DEAF'

red 104 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #68DEAF

Tints of Medium Aquamarine #68DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 20.76%
G = 44.31%
B = 34.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#68DEAF (or 0x68DEAF) is known color: Medium Aquamarine. HEX triplet: 68, DE and AF. RGB value is (104,222,175). Sum of RGB (Red+Green+Blue) = 104+222+175=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEAF is #972150. Grayscale: #B5B5B5. Windows color (decimal): -9904465 or 11525736. OLE color: 11525736.

HSL color Cylindrical-coordinate representation of color #68DEAF: hue angle of 156.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEAF is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 175 -
CMYK 0.53 0 0.21 0.13
HSL 156.1º 0.64% 0.64% -
HSV(B) 156.1º 0.53% 0.87% -
XYZ 39.57 58.28 49.72 -
YUV 181.36 124.41 72.82 -
System Red Green Blue C M Y K H S L
Decimal 104 222 175 0.53 0 0.21 0.13 156.1 0.64 0.64
Hex 68 DE AF 35 0 15 D 9C 40 40
Octal 150 336 257 65 0 25 15 234 100 100
Binary 1101000 11011110 10101111 110101 0 10101 1101 10011100 1000000 1000000

Color Harmonies of #68DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEAF

Black with #68DEAF

Text Example


Text Example

White with #68DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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