Html Css Color HEX #63F4CF Aquamarine

📋 copy color: '#63F4CF'

red 99 ◦ green 244 ◦ blue 207

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

Shades of Aquamarine #63F4CF

Tints of Aquamarine #63F4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.36%

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 18%
G = 44.36%
B = 37.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#63F4CF (or 0x63F4CF) is known color: Aquamarine. HEX triplet: 63, F4 and CF. RGB value is (99,244,207). Sum of RGB (Red+Green+Blue) = 99+244+207=550 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #63F4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F4CF is #9C0B30. Grayscale: #C4C4C4. Windows color (decimal): -10226481 or 13628515. OLE color: 13628515.

HSL color Cylindrical-coordinate representation of color #63F4CF: hue angle of 164.69º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F4CF is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 244 207 -
CMYK 0.59 0 0.15 0.04
HSL 164.69º 0.87% 0.67% -
HSV(B) 164.69º 0.59% 0.96% -
XYZ 48.76 71.86 70.33 -
YUV 196.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 99 244 207 0.59 0 0.15 0.04 164.69 0.87 0.67
Hex 63 F4 CF 3B 0 F 4 A5 57 43
Octal 143 364 317 73 0 17 4 245 127 103
Binary 1100011 11110100 11001111 111011 0 1111 100 10100101 1010111 1000011

Color Harmonies of #63F4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F4CF

Black with #63F4CF

Text Example


Text Example

White with #63F4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,244,207); }

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

background-color css

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

 a { background-color: rgb(99,244,207); }

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

border-color css

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

 span { border-color: rgb(99,244,207); }

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