Html Css Color HEX #63DDAF Medium Aquamarine

📋 copy color: '#63DDAF'

red 99 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #63DDAF

Tints of Medium Aquamarine #63DDAF

RGB

 RED value IS 99 (39.06% from 255) = 20%

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

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

R = 20%
G = 44.65%
B = 35.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#63DDAF (or 0x63DDAF) is known color: Medium Aquamarine. HEX triplet: 63, DD and AF. RGB value is (99,221,175). Sum of RGB (Red+Green+Blue) = 99+221+175=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DDAF is #9C2250. Grayscale: #B3B3B3. Windows color (decimal): -10232401 or 11525475. OLE color: 11525475.

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

Color convert

RGB 99 221 175 -
CMYK 0.55 0 0.21 0.13
HSL 157.38º 0.64% 0.63% -
HSV(B) 157.38º 0.55% 0.87% -
XYZ 38.74 57.46 49.61 -
YUV 179.28 125.58 70.74 -
System Red Green Blue C M Y K H S L
Decimal 99 221 175 0.55 0 0.21 0.13 157.38 0.64 0.63
Hex 63 DD AF 37 0 15 D 9D 40 3F
Octal 143 335 257 67 0 25 15 235 100 77
Binary 1100011 11011101 10101111 110111 0 10101 1101 10011101 1000000 111111

Color Harmonies of #63DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DDAF

Black with #63DDAF

Text Example


Text Example

White with #63DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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