Html Css Color HEX #68DDAF Medium Aquamarine

📋 copy color: '#68DDAF'

red 104 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #68DDAF

Tints of Medium Aquamarine #68DDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 20.8%
G = 44.2%
B = 35%

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

#68DDAF (or 0x68DDAF) is known color: Medium Aquamarine. HEX triplet: 68, DD and AF. RGB value is (104,221,175). Sum of RGB (Red+Green+Blue) = 104+221+175=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDAF is #972250. Grayscale: #B4B4B4. Windows color (decimal): -9904721 or 11525480. OLE color: 11525480.

HSL color Cylindrical-coordinate representation of color #68DDAF: hue angle of 156.41º degrees, saturation: 0.63, 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 #68DDAF is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 175 -
CMYK 0.53 0 0.21 0.13
HSL 156.41º 0.63% 0.64% -
HSV(B) 156.41º 0.53% 0.87% -
XYZ 39.3 57.75 49.63 -
YUV 180.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 104 221 175 0.53 0 0.21 0.13 156.41 0.63 0.64
Hex 68 DD AF 35 0 15 D 9C 3F 40
Octal 150 335 257 65 0 25 15 234 77 100
Binary 1101000 11011101 10101111 110101 0 10101 1101 10011100 111111 1000000

Color Harmonies of #68DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDAF

Black with #68DDAF

Text Example


Text Example

White with #68DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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