Html Css Color HEX #63DCBA Downy

📋 copy color: '#63DCBA'

red 99 ◦ green 220 ◦ blue 186

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

Shades of Downy #63DCBA

Tints of Downy #63DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 19.6%
G = 43.56%
B = 36.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#63DCBA (or 0x63DCBA) is known color: Downy. HEX triplet: 63, DC and BA. RGB value is (99,220,186). Sum of RGB (Red+Green+Blue) = 99+220+186=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCBA is #9C2345. Grayscale: #B3B3B3. Windows color (decimal): -10232646 or 12246115. OLE color: 12246115.

HSL color Cylindrical-coordinate representation of color #63DCBA: hue angle of 163.14º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCBA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 220 186 -
CMYK 0.55 0 0.15 0.14
HSL 163.14º 0.63% 0.63% -
HSV(B) 163.14º 0.55% 0.86% -
XYZ 39.6 57.38 55.44 -
YUV 179.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 99 220 186 0.55 0 0.15 0.14 163.14 0.63 0.63
Hex 63 DC BA 37 0 F E A3 3F 3F
Octal 143 334 272 67 0 17 16 243 77 77
Binary 1100011 11011100 10111010 110111 0 1111 1110 10100011 111111 111111

Color Harmonies of #63DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCBA

Black with #63DCBA

Text Example


Text Example

White with #63DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,220,186); }

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

background-color css

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

 a { background-color: rgb(99,220,186); }

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

border-color css

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

 span { border-color: rgb(99,220,186); }

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