Html Css Color HEX #63FFCF Aquamarine

📋 copy color: '#63FFCF'

red 99 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #63FFCF

Tints of Aquamarine #63FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

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

R = 17.65%
G = 45.45%
B = 36.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#63FFCF (or 0x63FFCF) is known color: Aquamarine. HEX triplet: 63, FF and CF. RGB value is (99,255,207). Sum of RGB (Red+Green+Blue) = 99+255+207=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFCF is #9C0030. Grayscale: #CACACA. Windows color (decimal): -10223665 or 13631331. OLE color: 13631331.

HSL color Cylindrical-coordinate representation of color #63FFCF: hue angle of 161.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFCF is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 99 255 207 -
CMYK 0.61 0 0.19 0
HSL 161.54º 1% 0.69% -
HSV(B) 161.54º 0.61% 1% -
XYZ 52.17 78.68 71.47 -
YUV 202.88 130.32 53.9 -
System Red Green Blue C M Y K H S L
Decimal 99 255 207 0.61 0 0.19 0 161.54 1 0.69
Hex 63 FF CF 3D 0 13 0 A2 64 45
Octal 143 377 317 75 0 23 0 242 144 105
Binary 1100011 11111111 11001111 111101 0 10011 0 10100010 1100100 1000101

Color Harmonies of #63FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FFCF

Black with #63FFCF

Text Example


Text Example

White with #63FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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