Html Css Color HEX #63D6B9 Downy

📋 copy color: '#63D6B9'

red 99 ◦ green 214 ◦ blue 185

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

Shades of Downy #63D6B9

Tints of Downy #63D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 19.88%
G = 42.97%
B = 37.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#63D6B9 (or 0x63D6B9) is known color: Downy. HEX triplet: 63, D6 and B9. RGB value is (99,214,185). Sum of RGB (Red+Green+Blue) = 99+214+185=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6B9 is #9C2946. Grayscale: #B0B0B0. Windows color (decimal): -10234183 or 12179043. OLE color: 12179043.

HSL color Cylindrical-coordinate representation of color #63D6B9: hue angle of 164.87º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6B9 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 214 185 -
CMYK 0.54 0 0.14 0.16
HSL 164.87º 0.58% 0.61% -
HSV(B) 164.87º 0.54% 0.84% -
XYZ 37.95 54.25 54.37 -
YUV 176.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 99 214 185 0.54 0 0.14 0.16 164.87 0.58 0.61
Hex 63 D6 B9 36 0 E 10 A5 3A 3D
Octal 143 326 271 66 0 16 20 245 72 75
Binary 1100011 11010110 10111001 110110 0 1110 10000 10100101 111010 111101

Color Harmonies of #63D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D6B9

Black with #63D6B9

Text Example


Text Example

White with #63D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,214,185); }

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

background-color css

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

 a { background-color: rgb(99,214,185); }

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

border-color css

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

 span { border-color: rgb(99,214,185); }

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