Html Css Color HEX #63F0BF Downy

📋 copy color: '#63F0BF'

red 99 ◦ green 240 ◦ blue 191

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

Shades of Downy #63F0BF

Tints of Downy #63F0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

 BLUE value IS 191 (75% from 255) = 36.04%

R = 18.68%
G = 45.28%
B = 36.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#63F0BF (or 0x63F0BF) is known color: Downy. HEX triplet: 63, F0 and BF. RGB value is (99,240,191). Sum of RGB (Red+Green+Blue) = 99+240+191=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F0BF is #9C0F40. Grayscale: #C0C0C0. Windows color (decimal): -10227521 or 12578915. OLE color: 12578915.

HSL color Cylindrical-coordinate representation of color #63F0BF: hue angle of 159.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F0BF is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 240 191 -
CMYK 0.59 0 0.20 0.06
HSL 159.15º 0.82% 0.66% -
HSV(B) 159.15º 0.59% 0.94% -
XYZ 45.71 68.73 60.15 -
YUV 192.26 127.29 61.48 -
System Red Green Blue C M Y K H S L
Decimal 99 240 191 0.59 0 0.20 0.06 159.15 0.82 0.66
Hex 63 F0 BF 3B 0 14 6 9F 52 42
Octal 143 360 277 73 0 24 6 237 122 102
Binary 1100011 11110000 10111111 111011 0 10100 110 10011111 1010010 1000010

Color Harmonies of #63F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F0BF

Black with #63F0BF

Text Example


Text Example

White with #63F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,240,191); }

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

background-color css

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

 a { background-color: rgb(99,240,191); }

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

border-color css

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

 span { border-color: rgb(99,240,191); }

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